summaryrefslogtreecommitdiff
path: root/www/templates/help.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-05-12 08:12:23 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-05-12 08:12:23 -0400
commit0d81a588d42c73c92d313f853461b433f8543ae4 (patch)
tree08590e3caad35938ec92c7a04bc3206409011284 /www/templates/help.html
parent971741dc3e0eaa26c3a56ceeab6ce6eece61b6ce (diff)
file formatting
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>