diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-09-24 18:53:04 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-09-24 18:53:04 +0200 |
commit | e54130ad6ea805cc04db17a3f614cb4bd25ca3f0 (patch) | |
tree | 4ffe1b52cc44a2c75c1614d5c36c244d06716609 /templates/account.html.ep | |
parent | 1c7779e94ef6859348570b9c1b5f2f8a27e32c1f (diff) |
optionally show local transit connections as well
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r-- | templates/account.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep index 7658237..418291c 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -61,7 +61,7 @@ <th scope="row">Verbindungen</th> <td> <a href="/account/insight"><i class="material-icons">edit</i></a> - % if ($use_history & 0x03) { + % if ($use_history & 0x07) { Vorschläge aktiv % } % else { |