summaryrefslogtreecommitdiff
path: root/templates/account.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-03 18:57:24 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-03 18:57:24 +0200
commit9f3b80a859a8e54856dd283b635a4abfe377feb9 (patch)
tree9b93b76cb475bb8f07028cc9740f345933968da8 /templates/account.html.ep
parent03a67804050829e563bb44c7e9b22e45052672fd (diff)
use /account/... links for mail/password change
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r--templates/account.html.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep
index 38ffecb..7baacbe 100644
--- a/templates/account.html.ep
+++ b/templates/account.html.ep
@@ -30,11 +30,11 @@
</tr>
<tr>
<th scope="row">Mail</th>
- <td><a href="/change_mail"><i class="material-icons">edit</i></a><%= $acc->{email} %></td>
+ <td><a href="/account/mail"><i class="material-icons">edit</i></a><%= $acc->{email} %></td>
</tr>
<tr>
<th scope="row">Passwort</th>
- <td><a href="/change_password"><i class="material-icons">edit</i></a></td>
+ <td><a href="/account/password"><i class="material-icons">edit</i></a></td>
</tr>
<tr>
<th scope="row">Öffentliche Daten</th>