summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2019-03-26 15:13:22 -0400
committerPliable Pixels <pliablepixels@gmail.com>2019-03-26 15:13:22 -0400
commit1f8d25fd77728c2c71dfe2218b1cf5fb17fab4a1 (patch)
tree868a291b88175f59c3023c922e728b18b4467cbd /www/templates
parentca31a1f59d9bab9bc29386f6cd79dbfe99ec6257 (diff)
#796 initial support
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/timeline.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/templates/timeline.html b/www/templates/timeline.html
index b7a4d4b0..43bb4048 100644
--- a/www/templates/timeline.html
+++ b/www/templates/timeline.html
@@ -52,6 +52,16 @@
<div ng-if="follow.time">
<p>{{newEvents}}</p>
</div>
+ <br/>
+ <figure style="display:inline-block">
+ <figcaption class="smallnote">
+ {{thumbData.monName}}: {{thumbData.eid}} @ {{thumbData.time}}
+ </figcaption>
+ <img ng-src="{{thumbData.url}}" fallback-src="img/noimage.png" width="400px" on-tap="thumbnailClicked($event)"/>
+
+ </figure>
+
+
</div>
</ion-content>
</ion-view>