status card: do not show detail/map links in timeline view
This commit is contained in:
parent
b0bb69d87e
commit
6277cdd929
1 changed files with 13 additions and 11 deletions
|
@ -156,6 +156,7 @@
|
|||
</p>
|
||||
% }
|
||||
</div>
|
||||
% if (not stash('from_timeline')) {
|
||||
<div class="card-action">
|
||||
% if ($journey->{traewelling_url}) {
|
||||
<a style="margin-right: 0;" href="<%= $journey->{traewelling_url} %>"><i class="material-icons left">timeline</i> Träwelling</a>
|
||||
|
@ -167,6 +168,7 @@
|
|||
<a class="right" style="margin-right: 0;" href="https://dbf.finalrewind.org/map/<%= $journey->{extra_data}{trip_id} %>/<%= $journey->{train_line} || 0 %>?from=<%= $journey->{dep_name} %>&to=<%= $journey->{arr_name} // '' %>"><i class="material-icons left">map</i> Karte</a>
|
||||
% }
|
||||
</div>
|
||||
% }
|
||||
</div>
|
||||
% }
|
||||
% else {
|
||||
|
|
Loading…
Reference in a new issue