diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-07-15 21:00:38 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-07-15 21:00:38 +0200 |
commit | 8bc32dd034810a209220567813f4277f45b2b8d7 (patch) | |
tree | 7cfe34ceb21aaef91fd833dc4a496e1a7cfd9d46 /templates/account.html.ep | |
parent | e2214dfdcdaac3aafc5514bae7a0c606e26750fe (diff) |
show infobox in destination list
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r-- | templates/account.html.ep | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep index 27b82a0..7658237 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -147,7 +147,7 @@ % } </td> </tr> - <!-- <tr> + <tr> <th scope="row">Externe Dienste</th> <td> <a href="/account/services"><i class="material-icons">edit</i></a> @@ -158,7 +158,7 @@ <span style="color: #999999;">Keine</span> % } </td> - </tr> --> + </tr> <tr> <th scope="row">Registriert am</th> <td><%= $acc->{registered_at}->strftime('%d.%m.%Y %H:%M') %></td> |