diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-06-15 17:50:56 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-06-15 17:50:56 +0200 |
commit | 9b256f0f0245e597f21823b7078ee1f17fa9911c (patch) | |
tree | 8ca48c6769aae1a9c12adf7d28b9f2d3e1f1bffb /templates/account.html.ep | |
parent | b00c3698b2a9a8702a02c6c978560aad6cff8698 (diff) |
remove service / sb_template selection; hardcode DBF with variable hafas flag
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r-- | templates/account.html.ep | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep index 7f689c2..036fb35 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -28,9 +28,6 @@ % elsif ($success eq 'use_history') { <span class="card-title">Einstellungen zu vorgeschlagenen Verbindungen geändert</span> % } - % elsif ($success eq 'external') { - <span class="card-title">Einstellungen zu externen Diensten geändert</span> - % } % elsif ($success eq 'webhook') { <span class="card-title">Web Hook aktualisiert</span> % } @@ -152,18 +149,6 @@ </tr> % } <tr> - <th scope="row">Externe Dienste</th> - <td> - <a href="/account/services"><i class="material-icons">edit</i></a> - % if ($acc->{sb_name}) { - Abfahrtstafel: <%= $acc->{sb_name} %> - % } - % else { - <span style="color: #999999;">Keine</span> - % } - </td> - </tr> - <tr> <th scope="row">Registriert am</th> <td><%= $acc->{registered_at}->strftime('%d.%m.%Y %H:%M') %></td> </tr> |