Commit 066179c3 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

clean template: proper indentation

parent 03461898
Loading
Loading
Loading
Loading
+145 −153
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
%   if ($departure->{is_cancelled}) {
%     $extraclasses .= ' cancelled';
%   }

    <li>
%   my $linetype = q{};
%   if ( $departure->{train} =~ m{ ^ S \s? \d{1,2} $ }x ) {
@@ -137,7 +136,8 @@ Meldungen:
%=  $departure->{platform}
    </span>
    </span>
<span class="time <%= ($show_realtime and $departure->{delay} and not $departure->{is_cancelled}) ? 'delayed' : q{} %> <%= $extraclasses %>">
    <span class="time <%= ($show_realtime and $departure->{delay} and not
      $departure->{is_cancelled}) ? 'delayed' : q{} %> <%= $extraclasses %>">
%   if ($show_realtime and $departure->{delay} and not $departure->{is_cancelled}) {
      <span class="delayed">
%   }
@@ -148,14 +148,6 @@ Meldungen:
%   }
    </li>

<!--
% if ($departure->{info}) {
<div class="info">
%= $departure->{info}
</div>
% }
-->

% }

  </ul>