checkin: show 'select target' more prominently
This commit is contained in:
parent
fb83b0ad9f
commit
f7e3bb490d
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,9 @@
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<div class="card-content">
|
<div class="card-content">
|
||||||
<i class="material-icons small right sync-failed-marker grey-text" style="display: none;">sync_problem</i>
|
<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">
|
<span class="card-title center-align">
|
||||||
% if ($journey->{train_line}) {
|
% if ($journey->{train_line}) {
|
||||||
<b><%= $journey->{train_type} %> <%= $journey->{train_line} %></b> <%= $journey->{train_no} %>
|
<b><%= $journey->{train_type} %> <%= $journey->{train_line} %></b> <%= $journey->{train_no} %>
|
||||||
|
@ -214,7 +217,6 @@
|
||||||
</p>
|
</p>
|
||||||
% }
|
% }
|
||||||
% elsif (not $journey->{arr_name}) {
|
% elsif (not $journey->{arr_name}) {
|
||||||
<p>Ziel wählen:</p>
|
|
||||||
<p>
|
<p>
|
||||||
% for my $station (@{$journey->{route_after}}) {
|
% for my $station (@{$journey->{route_after}}) {
|
||||||
<a class="tablerow action-checkout" data-station="<%= $station->[0] %>">
|
<a class="tablerow action-checkout" data-station="<%= $station->[0] %>">
|
||||||
|
|
Loading…
Reference in a new issue