summaryrefslogtreecommitdiff
path: root/templates/account.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-12-06 21:42:26 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-12-06 21:44:31 +0100
commitfb126c69289abf7174f53b0d04f56f195e0fbd12 (patch)
tree7e80d49575891f90132b05a95ab5a242260de53e /templates/account.html.ep
parent094c536eb475b02a26f65769d6ff460d270ef454 (diff)
optionally show journey comment in public user status
Closes #19
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r--templates/account.html.ep3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep
index 627be85..7ad48b5 100644
--- a/templates/account.html.ep
+++ b/templates/account.html.ep
@@ -69,6 +69,9 @@
% if ($acc->{is_public} & 0x02) {
Aktueller Status
% }
+ % if (($acc->{is_public} & 0x06) == 0x06) {
+ mit Kommentar
+ % }
</td>
</tr>
<tr>