summaryrefslogtreecommitdiff
path: root/views/partials/eventList.handlebars
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials/eventList.handlebars')
-rw-r--r--views/partials/eventList.handlebars7
1 files changed, 3 insertions, 4 deletions
diff --git a/views/partials/eventList.handlebars b/views/partials/eventList.handlebars
index b694fa3..e8226fb 100644
--- a/views/partials/eventList.handlebars
+++ b/views/partials/eventList.handlebars
@@ -5,11 +5,10 @@
<h5 class="mb-0">{{this.title}}</h5>
</div>
{{#each this.events}}
- <a href="/{{this.id}}" class="list-group-item list-group-item-action">
- <i class="fas fa-fw fa-calendar-day"></i>
+ <a href="/{{this.id}}" class="list-group-item list-group-item-action">
+ <span class="text-muted">{{this.displayDate}}</span>
<strong>{{this.name}}</strong>
- {{#if this.location}}<span class="ml-2 text-muted"><i class="fas fa-map-marker-alt"></i> {{this.location}}</span>{{/if}}
- <span class="ml-2 text-muted">{{this.displayDate}}</span>
+ {{#if this.location}}<br><span class="text-muted">{{this.location}}</span>{{/if}}
{{#if this.eventGroup}}
<span class="badge badge-secondary ml-2">{{this.eventGroup.name}}</span>
{{/if}}