summaryrefslogtreecommitdiff
path: root/templates/_cancelled.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_cancelled.html.ep')
-rw-r--r--templates/_cancelled.html.ep27
1 files changed, 0 insertions, 27 deletions
diff --git a/templates/_cancelled.html.ep b/templates/_cancelled.html.ep
deleted file mode 100644
index be3e318..0000000
--- a/templates/_cancelled.html.ep
+++ /dev/null
@@ -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>