summaryrefslogtreecommitdiff
path: root/templates/user_status.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-04-30 23:23:49 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-04-30 23:23:49 +0200
commitf0d61a4083d677e115040357f4ee6eb40fb817f9 (patch)
tree560d072ebb8ff3e2bb2150b31f8a23ae28f469e9 /templates/user_status.html.ep
parentddea9abc6e91d820668825e779faef3efb024665 (diff)
Prepare settings and templates for opt-in public travel status
Diffstat (limited to 'templates/user_status.html.ep')
-rw-r--r--templates/user_status.html.ep5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/user_status.html.ep b/templates/user_status.html.ep
new file mode 100644
index 0000000..7691258
--- /dev/null
+++ b/templates/user_status.html.ep
@@ -0,0 +1,5 @@
+<div class="row">
+ <div class="col s12">
+ %= include '_public_status_card', name => $name, journey => $journey
+ </div>
+</div>