summaryrefslogtreecommitdiff
path: root/www/templates/help.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/help.html')
-rw-r--r--www/templates/help.html23
1 files changed, 13 insertions, 10 deletions
diff --git a/www/templates/help.html b/www/templates/help.html
index e9a9876b..8a497c5e 100644
--- a/www/templates/help.html
+++ b/www/templates/help.html
@@ -1,12 +1,15 @@
<ion-view cache-view="false" view-title="{{'kHelp' | translate}}">
- <ion-nav-buttons side="left">
- <button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"></button>
- <button data-badge="{{$root.alarmCount}}" class="animated infinite tada button button-icon button-clear ion-ios-bell notification-badge" ng-click="handleAlarms();" ng-if="$root.isAlarm"></button>
- </ion-nav-buttons>
- <ion-content class="padding" delegate-handle="none" overflow-scroll="false" mouse-wheel-scroll>
- <p><small>{{$root.appName}} v{{zmAppVersion}}</small></p>
- <div class="list">
- <div id="insertHelp"></div>
- </div>
- </ion-content>
+ <ion-nav-buttons side="left">
+ <button class="button button-icon button-clear ion-navicon" ng-click="openMenu()"></button>
+ <button data-badge="{{$root.alarmCount}}" class="animated infinite tada button button-icon button-clear ion-ios-bell notification-badge"
+ ng-click="handleAlarms();" ng-if="$root.isAlarm"></button>
+ </ion-nav-buttons>
+ <ion-content class="padding" delegate-handle="none" overflow-scroll="false" mouse-wheel-scroll>
+ <p>
+ <small>{{$root.appName}} v{{zmAppVersion}}</small>
+ </p>
+ <div class="list">
+ <div id="insertHelp"></div>
+ </div>
+ </ion-content>
</ion-view>