Skip to content
Snippets Groups Projects
Unverified Commit c32b93ff authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

_public_status_card: remove superfluous public_level check

arr_name is only set if the user may see the journey
parent 2bbd8df3
No related branches found
No related tags found
No related merge requests found
......@@ -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)')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment