diff options
Diffstat (limited to 'templates')
-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 05e0447..f41f07f 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -59,7 +59,7 @@ <th scope="row">Web Hook</th> <td> <a href="/account/hooks"><i class="material-icons">edit</i></a> - % if ($hook->{enabled} == 0) { + % if (not $hook->{enabled}) { <span style="color: #999999;">Nicht eingerichtet</span> % } % elsif ($hook->{latest_run}->epoch == 0) { |