diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index b3da4bf3..e6d05e3e 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -27,9 +27,8 @@ <!-- lets make sure the events list is not empty as collection repeat needs height --> <div ng-if="!eventsBeingLoaded"> <ion-list show-delete="eventList.showDelete"> - <ion-item force-refresh-images="true" collection-repeat="event in events| filter:search.text | eventListFilter - " - item-height="event.Event.height" id="item-{{$index}}" on-swipe-left="checkSwipe($index);"> + <ion-item force-refresh-images="true" collection-repeat="event in events| filter:search.text | eventListFilter" + item-height="event.Event.height" id="item-{{$index}}" on-swipe-left="checkSwipe($index);" > <span style="float:left;margin-top:-18px;background-color:#96281B;color:#fff;font-size:11px;opacity:0.7;border-radius: 0px 0px 5px 5px;"> <i class="ion-calendar"></i> {{prettifyTime(event.Event.StartTime)}} {{tzAbbr}} </span> <span style="float:left;margin-top:-18px;background-color:#fff;color:#888;font-size:11px;opacity:1;"> |
