summaryrefslogtreecommitdiff
path: root/templates/user_status.html.ep
diff options
context:
space:
mode:
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>