diff --git a/templates/landingpage.html.ep b/templates/landingpage.html.ep index 0bbfd00..b7ba22a 100644 --- a/templates/landingpage.html.ep +++ b/templates/landingpage.html.ep @@ -47,7 +47,7 @@ % else {
- Hallo, <%= current_user()->{name} %>! + Hallo, <%= current_user->{name} %>!

Du bist gerade nicht eingecheckt.

@@ -70,7 +70,7 @@

Letzte Fahrten

- %= include '_history_trains', date_format => '%d.%m', journeys => [journeys->get(uid => current_user()->{id}, limit => 5, with_datetime => 1)]; + %= include '_history_trains', date_format => '%d.%m', journeys => [journeys->get(uid => current_user->{id}, limit => 5, with_datetime => 1)]; % } % else {