From f08bdaca5cafc6840cbf8489d7790656bf38f9e4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 27 Jul 2020 18:53:22 +0200 Subject: Move user model to a separate module --- templates/account.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/account.html.ep b/templates/account.html.ep index efe2ee7..8df5008 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -31,7 +31,7 @@

Account

% my $acc = current_user(); % my $hook = get_webhook(); -% my $use_history = account_use_history($acc->{id}); +% my $use_history = users->use_history(uid => $acc->{id});
-- cgit v1.2.3