summaryrefslogtreecommitdiff
path: root/www/templates/timeline.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/timeline.html')
-rw-r--r--www/templates/timeline.html11
1 files changed, 8 insertions, 3 deletions
diff --git a/www/templates/timeline.html b/www/templates/timeline.html
index 7fc2bcb1..06738e1a 100644
--- a/www/templates/timeline.html
+++ b/www/templates/timeline.html
@@ -33,9 +33,14 @@
</div>
</div>
<br/>
- <button ng-click="toggleFollowTime()" class="button button-small button-assertive">
- {{'kFollowTime' | translate}}:{{ follow.time}}
- </button>
+ <div style="padding-left:15px; font-size:10px; color:grey">
+ <button ng-click="toggleFollowTime()" ng-class="follow.time? 'button button-small button-balanced':'button button-small button-assertive'">
+ {{'kUpdateTimeline' | translate}}:{{ follow.time}}
+ </button>
+ <div ng-if="follow.time">
+ <p>{{newEvents}}</p>
+ </div>
+ </div>
</ion-content>
</ion-view>
<div ng-show="graphLoaded && navControls">