diff options
Diffstat (limited to 'www/templates/events-popover.html')
| -rw-r--r-- | www/templates/events-popover.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/templates/events-popover.html b/www/templates/events-popover.html index 923d693f..425360c5 100644 --- a/www/templates/events-popover.html +++ b/www/templates/events-popover.html @@ -6,6 +6,9 @@ <!-- <a class="item" ng-href="" ng-click=" popover.hide();$state.go('events-graphs');" > Event Graphs </a>--> + <a class="item" style="text-transform:capitalize;" ng-href="" ng-click="popover.hide();toggleThumbSize();doRefresh();"> + {{'kEventViewThumbsSize' | translate}}:{{(loginData.eventViewThumbsSize == 'small' ? 'kEventViewThumbsSmall': 'kEventViewThumbsLarge') | translate}} + </a> <a class="item" ng-href="" ng-click="popover.hide();doRefresh();"> {{'kRefresh' | translate}} </a> |
