summaryrefslogtreecommitdiff
path: root/templates/_timeline-checked-in.html.ep
diff options
context:
space:
mode:
Diffstat (limited to 'templates/_timeline-checked-in.html.ep')
-rw-r--r--templates/_timeline-checked-in.html.ep14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/_timeline-checked-in.html.ep b/templates/_timeline-checked-in.html.ep
new file mode 100644
index 0000000..10c5e26
--- /dev/null
+++ b/templates/_timeline-checked-in.html.ep
@@ -0,0 +1,14 @@
+% for my $journey (@{$journeys}) {
+ <div class="row">
+ <div class="col s12 autorefresh">
+ %= include '_public_status_card', name => $journey->{followee_name}, privacy => {}, journey => $journey, from_timeline => 1
+ </div>
+ </div>
+% }
+% if (not @{$journeys}) {
+ <div class="row">
+ <div class="col s12 autorefresh center-align">
+ <i>Gerade sind keine Accounts mit für dich sichtbaren Checkins unterwegs</i>
+ </div>
+ </div>
+% }