diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-12-06 21:42:26 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-12-06 21:44:31 +0100 |
commit | fb126c69289abf7174f53b0d04f56f195e0fbd12 (patch) | |
tree | 7e80d49575891f90132b05a95ab5a242260de53e /templates/privacy.html.ep | |
parent | 094c536eb475b02a26f65769d6ff460d270ef454 (diff) |
optionally show journey comment in public user status
Closes #19
Diffstat (limited to 'templates/privacy.html.ep')
-rw-r--r-- | templates/privacy.html.ep | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/templates/privacy.html.ep b/templates/privacy.html.ep index 4469154..b16ee44 100644 --- a/templates/privacy.html.ep +++ b/templates/privacy.html.ep @@ -28,6 +28,22 @@ </div> </div> <div class="row"> + <div class="input-field col s12"> + <label> + %= check_box public_comment => 1 + <span>Checkin-Kommentar</span> + </label> + </div> + </div> + <div class="row"> + <div class="col s12"> + Wenn aktiv, wird in deinem aktuellen Status auch der optionale + Freitext-Kommentar der Zugfahrt gezeigt. Wenn du gerade nicht + eingecheckt bist oder dein aktueller Status nicht öffentlich ist, + hat dieses Feld keine Auswirkungen. + </div> + </div> + <div class="row"> <div class="col s3 m3 l3"> </div> <div class="col s6 m6 l6 center-align"> |