diff options
Diffstat (limited to 'www/templates/timeline.html')
| -rw-r--r-- | www/templates/timeline.html | 10 |
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> |
