diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-13 15:24:47 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2023-08-13 15:24:47 +0200 |
commit | 69edd81eeb86eb4ecd5fba80fb3a4505a8085183 (patch) | |
tree | 1f71e224415d89511d43d44ad4cc0725d251f901 /templates/_cancelled.html.ep | |
parent | 0604dd80f8b79233279093d14b7a2c55f77740ca (diff) |
Remove unused _cancelled template
Diffstat (limited to 'templates/_cancelled.html.ep')
-rw-r--r-- | templates/_cancelled.html.ep | 27 |
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> |