diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-15 10:25:30 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-15 10:25:30 -0400 |
| commit | fb73ec7092b1763c4d64148dd8230751e10eec68 (patch) | |
| tree | 6123c600880491e6fe3373eecba163b52bb42a0e /www/templates/moment.html | |
| parent | bd3baa5525619c9d58f2c2bc4a03b80b7c5bc1d2 (diff) | |
template cleanup
Diffstat (limited to 'www/templates/moment.html')
| -rw-r--r-- | www/templates/moment.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/templates/moment.html b/www/templates/moment.html index 2e60dce6..45cdbd13 100644 --- a/www/templates/moment.html +++ b/www/templates/moment.html @@ -29,10 +29,11 @@ <div ng-if="areImagesLoading" class="screen-note"> {{ 'kArrangingImages' | translate }}... </div> - <div ng-if="!areImagesLoading && !isMaxScoreFramePresent" class="screen-note"> {{ 'kApiUpgrade' | translate }} </div> + <div ng-if="!areImagesLoading && !isMaxScoreFramePresent" class="screen-note"> {{ 'kApiUpgrade' | translate + }} </div> <div ng-if="isSubMenu"> - <br/> + <br /> <div id="flyoutmenu" style="float:left"> <ul> <li> @@ -88,7 +89,7 @@ </div> <div style="clear: both;"></div> - <br/> + <br /> </div> @@ -105,8 +106,7 @@ <button class="button button-small button-icon icon {{moment.Event.icon}}" ng-click="toggleCollapse(moment.Event.MonitorId, moment.Event.Id)"></button>{{moment.Event.collapseCount}} </span> </figcaption> <img image-spinner-src="{{constructFrame(moment)}}" img-spinner-w="{{moment.Event.width}}" img-spinner-h="{{moment.Event.height}}" - image-spinner-loader="lines" on-tap="playEvent(moment)" - /> + image-spinner-loader="lines" on-tap="playEvent(moment)" /> <div ng-if="showIcons" class="normal-subfigcaption"> <button ng-class="moment.Event.pinned? 'button button-small button-icon icon ion-ios-flag assertive': 'button button-small button-icon icon ion-pin'" |
