diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/account.html.ep | 2 |
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"> |