diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-25 21:34:33 +0000 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-26 00:11:03 +0000 |
commit | b3c9cba6478dc16d135313aa6d0adcc02d67ece6 (patch) | |
tree | 508ef236dc805b950fedeeca7f8dd3559d66a162 /views/eventgroup.handlebars | |
parent | afd9fc4477fff90e5db917f350d99c3d01fba2bd (diff) |
feat: optional public events/groups
Diffstat (limited to 'views/eventgroup.handlebars')
-rwxr-xr-x | views/eventgroup.handlebars | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/eventgroup.handlebars b/views/eventgroup.handlebars index 434f691..7ad3570 100755 --- a/views/eventgroup.handlebars +++ b/views/eventgroup.handlebars @@ -122,6 +122,7 @@ <a href="/{{this.id}}" class="list-group-item list-group-item-action" target="_blank"> <i class="fas fa-fw fa-calendar-day"></i> <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> </a> {{/unless}} |