Loading lib/DBInfoscreen/Controller/Wagenreihung.pm +2 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,8 @@ sub wagenreihung { $self->render( 'wagenreihung', title => join( ' / ', map { $wr->train_type . ' ' . $_ } $wr->train_numbers ), wr => $wr, hide_opts => 1, ); Loading templates/layouts/app.html.ep +6 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,12 @@ %= stash('title') || 'DBF' </span> <ul id="nav-mobile" style="float: right;"> % if (stash('hide_opts')) { <li><a href="/"><i class="material-icons">edit</i></a></li> % } % else { <li><a href="#stationinput"><i class="material-icons">edit</i></a></li> % } <li><a href="/_auto"><i class="material-icons">my_location</i></a></li> </ul> </div> Loading Loading
lib/DBInfoscreen/Controller/Wagenreihung.pm +2 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,8 @@ sub wagenreihung { $self->render( 'wagenreihung', title => join( ' / ', map { $wr->train_type . ' ' . $_ } $wr->train_numbers ), wr => $wr, hide_opts => 1, ); Loading
templates/layouts/app.html.ep +6 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,12 @@ %= stash('title') || 'DBF' </span> <ul id="nav-mobile" style="float: right;"> % if (stash('hide_opts')) { <li><a href="/"><i class="material-icons">edit</i></a></li> % } % else { <li><a href="#stationinput"><i class="material-icons">edit</i></a></li> % } <li><a href="/_auto"><i class="material-icons">my_location</i></a></li> </ul> </div> Loading