summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-07-27 18:53:22 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-07-27 18:53:22 +0200
commitf08bdaca5cafc6840cbf8489d7790656bf38f9e4 (patch)
treee0fa4c3c68f19f600f4febe7a54ede46c25a07d2 /templates
parentcdb7469f00258aac6fb96b93b2cea2780a30d06e (diff)
Move user model to a separate module
Diffstat (limited to 'templates')
-rw-r--r--templates/account.html.ep2
1 files changed, 1 insertions, 1 deletions
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 @@
<h1>Account</h1>
% 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});
<div class="row">
<div class="col s12">
<table class="striped">