diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-02 15:08:57 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-09-02 15:08:57 -0400 |
| commit | 7231beac45e11e51a235953be28ab112ead179c4 (patch) | |
| tree | 85205bd09d26a873a676d713a88f555449ac049c /www/templates | |
| parent | 38851d4a73856ea4e36a50dde6bc8be462673ee6 (diff) | |
humanize time difference for other views too
Former-commit-id: dd6df8dd23512f22c802d4f41c2c64da25b59282
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events-modal.html | 2 | ||||
| -rw-r--r-- | www/templates/timeline-modal.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html index a178c901..1c0f66d2 100644 --- a/www/templates/events-modal.html +++ b/www/templates/events-modal.html @@ -120,7 +120,7 @@ - <div class="events-range-modal-text">{{'kShowingEvent' | translate}}: {{d_eventId}}</div> + <div class="events-range-modal-text">{{mName}} <i class="ion-arrow-right-b"></i> {{'kEvent' | translate}}:{{d_eventId}} ({{humanizeTime}}) </div> <div id="flyoutmenu" style="position:absolute;bottom:100px;left:10px"> <ul> diff --git a/www/templates/timeline-modal.html b/www/templates/timeline-modal.html index 28147213..b27c749b 100644 --- a/www/templates/timeline-modal.html +++ b/www/templates/timeline-modal.html @@ -6,14 +6,14 @@ <ion-content ng-cloak on-double-tap="closeModal()" delegate-handle="timeline-modal-delegate"> <div ng-controller="TimelineModalCtrl" > <br/> - <div class="item item-divider">{{'kEvent' | translate}}: {{eid}} + <div class="item item-divider">{{mName}} <i class="ion-arrow-right-b"></i> {{'kEvent' | translate}}:{{eid}} ({{humanizeTime}}) <button class="button icon-left button-small button-positive" style="float:right; opacity:0.7" ng-click="switchType()"> <i class="ion-shuffle"></i> </button> </div> - <center> <h5>{{'kShowing' | translate}} {{graphType}} {{'kFrames' | translate}} </h5> + <center> <h5>{{'kEvent' | translate}} {{graphType}} {{'kFrames' | translate}} </h5> <p>{{'kTimelineMessage' | translate}}</p> |
