diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/events.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index f349b00c..06efc92f 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -38,7 +38,7 @@ <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> + class="ion-clock"></i> {{prettifyTime(event.Event.StartTime)}} {{tzAbbr}} </span> <span style="float:left;margin-top:-18px;background-color:#fff;color:#888;font-size:11px;opacity:1;"> <i class="ion-arrow-right-b"></i> {{event.Event.humanizeTime}} @@ -47,7 +47,7 @@ </span> <span style="float:right;margin-top:-18px;background-color:#444444;color:#fff;font-size:11px;opacity:0.7;border-radius: 0px 0px 5px 5px;"> - <i class="ion-clock"></i> {{prettifyDate(event.Event.StartTime)}} {{tzAbbr}} + <i class="ion-calendar"></i> {{prettifyDate(event.Event.StartTime)}} {{tzAbbr}} </span> <div class="row" style="font-size:80%; color:rgb(110,110,110)"> |
