Skip to content
Snippets Groups Projects
Unverified Commit f7e3bb49 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

checkin: show 'select target' more prominently

parent fb83b0ad
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@
<div class="card">
<div class="card-content">
<i class="material-icons small right sync-failed-marker grey-text" style="display: none;">sync_problem</i>
% if (not $journey->{arr_name}) {
<span class="card-title center-align">Ziel wählen</span>
% }
<span class="card-title center-align">
% if ($journey->{train_line}) {
<b><%= $journey->{train_type} %> <%= $journey->{train_line} %></b> <%= $journey->{train_no} %>
......@@ -214,7 +217,6 @@
</p>
% }
% elsif (not $journey->{arr_name}) {
<p>Ziel wählen:</p>
<p>
% for my $station (@{$journey->{route_after}}) {
<a class="tablerow action-checkout" data-station="<%= $station->[0] %>">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment