diff options
Diffstat (limited to 'templates/_timeline-checked-in.html.ep')
-rw-r--r-- | templates/_timeline-checked-in.html.ep | 7 |
1 files changed, 7 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..b1d37ce --- /dev/null +++ b/templates/_timeline-checked-in.html.ep @@ -0,0 +1,7 @@ +% 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> +% } |