diff options
Diffstat (limited to 'templates/_train_details.html.ep')
-rw-r--r-- | templates/_train_details.html.ep | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index 7ef2138..bcef76c 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -173,16 +173,22 @@ % else { %= $pair->[0]->strftime('%H:%M') % } + <span class="reason"> +%= $pair->[1] + </span> % } % else { +% if ($pair->[1]{icon}) { + <i class="material-icons"><%= $pair->[1]{icon} %></i> +% } %= $pair->[0] % if (length($pair->[0]) > 25) { <br/> % } + <span class="reason"> +%= $pair->[1]{text} + </span> % } - <span class="reason"> -%= $pair->[1] - </span> </li> % } % if ($departure->{route_info}) { |