Remove unused _cancelled template
This commit is contained in:
parent
0604dd80f8
commit
69edd81eeb
1 changed files with 0 additions and 27 deletions
|
@ -1,27 +0,0 @@
|
||||||
<div class="card info-color">
|
|
||||||
<div class="card-content">
|
|
||||||
<span class="card-title">Zugausfall dokumentieren</span>
|
|
||||||
<p>Prinzipiell wärest du nun eingecheckt in
|
|
||||||
<%= $journey->{train_type} %> <%= $journey->{train_no} %>
|
|
||||||
ab <%= $journey->{dep_name} %>, doch dieser Zug fällt aus.
|
|
||||||
</p>
|
|
||||||
<p>Falls du den Zugausfall z.B. für ein Fahrgastrechteformular
|
|
||||||
dokumentieren möchtest, wähle bitte jetzt deine geplante
|
|
||||||
Zielstation aus. Achtung: Momentan wird dabei keine
|
|
||||||
Soll-Ankunftszeit gespeichert, das zu beheben steht auf
|
|
||||||
der Todoliste.</p>
|
|
||||||
<table>
|
|
||||||
<tbody>
|
|
||||||
% my $is_after = 0;
|
|
||||||
% for my $station (@{$journey->{route_after}}) {
|
|
||||||
<tr><td><a class="action-cancelled-to" data-station="<%= $station->[0] %>"><%= $station->[0] %></a></td></tr>
|
|
||||||
% }
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</div>
|
|
||||||
<div class="card-action">
|
|
||||||
<a class="action-undo" data-id="in_transit">
|
|
||||||
<i class="material-icons">undo</i> Checkinversuch Rückgängig?
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
Loading…
Reference in a new issue