diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-10-04 12:50:41 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-10-04 12:50:41 +0200 |
commit | 0b6df3859c69835c24fe78549cf1f079c386f7b3 (patch) | |
tree | 640cb4cd114abdbae01a096cf27c2a688b64e6bb /templates/account.html.ep | |
parent | e13b5afe4f23648358c01a4d3809d0ccf46c592f (diff) |
It's Public Beta Time!
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r-- | templates/account.html.ep | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep index e5220ee..63dde38 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -107,14 +107,13 @@ Aktiv, noch nicht ausgeführt % } % elsif ($hook->{errored}) { - Aktiv, fehlerhaft <i class="material-icons">error</i> + Aktiv, fehlerhaft <i class="material-icons" aria-hidden="true">error</i> % } % else { Aktiv % } </td> </tr> - % if ($traewelling->{token}) { <tr> <th scope="row">Träwelling</th> <td> @@ -142,7 +141,6 @@ % } </td> </tr> - % } <tr> <th scope="row">Registriert am</th> <td><%= $acc->{registered_at}->strftime('%d.%m.%Y %H:%M') %></td> |