summaryrefslogtreecommitdiff
path: root/templates/account.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-09-03 22:27:50 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-09-03 22:27:50 +0200
commit482fa975b5f50064deb57b651019908c17b71f47 (patch)
tree118e0247f29c058f61e53db5716df1c1d848d898 /templates/account.html.ep
parentea0fe3ea3e72eb690dd5a92eb4831523be740d08 (diff)
add public profile page and public journey details
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r--templates/account.html.ep6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep
index 8df5008..7bc725f 100644
--- a/templates/account.html.ep
+++ b/templates/account.html.ep
@@ -67,7 +67,7 @@
<span style="color: #999999;">Keine</span>
% }
% if ($acc->{is_public} & 0x01) {
- Aktueller Status (nur für angemeldete Accounts)
+ Aktueller Status (nur mit Anmeldung)
% }
% elsif ($acc->{is_public} & 0x02) {
Aktueller Status
@@ -79,10 +79,10 @@
<br/>
% }
% if ($acc->{is_public} & 0x10) {
- Letzte zehn Fahrten (nur für angemeldete Accounts)
+ Vergangene Fahrten (nur mit Anmeldung)
% }
% elsif ($acc->{is_public} & 0x20) {
- Letzte zehn Fahrten
+ Vergangene Fahrten
% }
</td>
</tr>