summaryrefslogtreecommitdiff
path: root/www/templates
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-11-05 20:08:53 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-11-05 20:08:53 -0400
commit012f7013e2fa1641d7173b7016299fcae347dff2 (patch)
tree78b44f8d0db00fe026e771fa30a09ed26198e28e /www/templates
parent4d531e2f8fc48ac8ee25e40b7548bbe202ceb709 (diff)
dynamic update on/off is now persistent #356
Diffstat (limited to 'www/templates')
-rw-r--r--www/templates/timeline.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/timeline.html b/www/templates/timeline.html
index 06738e1a..ab9d8030 100644
--- a/www/templates/timeline.html
+++ b/www/templates/timeline.html
@@ -35,7 +35,7 @@
<br/>
<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}}
+ {{'kUpdateTimeline' | translate}}:&nbsp;{{follow.time}}
</button>
<div ng-if="follow.time">
<p>{{newEvents}}</p>