summaryrefslogtreecommitdiff
path: root/templates/account.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-07-15 21:00:38 +0200
committerDaniel Friesel <derf@finalrewind.org>2022-07-15 21:00:38 +0200
commit8bc32dd034810a209220567813f4277f45b2b8d7 (patch)
tree7cfe34ceb21aaef91fd833dc4a496e1a7cfd9d46 /templates/account.html.ep
parente2214dfdcdaac3aafc5514bae7a0c606e26750fe (diff)
show infobox in destination list
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 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>