From 7d528e3eb6be63703d38af8de416236a6058f979 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 21 Nov 2020 10:35:18 +0100 Subject: remove superfluous "()" in function call --- templates/landingpage.html.ep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') 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 {
-- cgit v1.2.3