_public_status_card: remove superfluous public_level check
arr_name is only set if the user may see the journey
This commit is contained in:
parent
2bbd8df33d
commit
c32b93ff4d
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@
|
|||
<p>
|
||||
% if ($journey->{arr_name}) {
|
||||
Zuletzt gesehen
|
||||
% if ($journey->{real_arrival}->epoch and ($public_level & 0x20 or ($public_level & 0x10 and is_user_authenticated()))) {
|
||||
% if ($journey->{real_arrival}->epoch) {
|
||||
%= $journey->{real_arrival}->strftime('am %d.%m.%Y')
|
||||
in <b><%= $journey->{arr_name} %></b>
|
||||
%= $journey->{real_arrival}->strftime('(Ankunft um %H:%M Uhr)')
|
||||
|
|
Loading…
Reference in a new issue