summaryrefslogtreecommitdiff
path: root/views/event.handlebars
diff options
context:
space:
mode:
authorRaphael Kabo <raphaelkabo@hey.com>2024-05-26 21:07:48 +0100
committerRaphael Kabo <raphaelkabo@hey.com>2024-05-26 21:07:48 +0100
commit0015f431ee7fc319b70ae92a4b8f06b68ad5878a (patch)
tree3a80482b958a95bcd82aa717eaaf35f9e0501c1c /views/event.handlebars
parent82c6999ec2ebe572665cc7db4fdb8223cddfc24d (diff)
fix event and event group edit buttons
Diffstat (limited to 'views/event.handlebars')
-rwxr-xr-xviews/event.handlebars2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/event.handlebars b/views/event.handlebars
index cd1645a..1b1022e 100755
--- a/views/event.handlebars
+++ b/views/event.handlebars
@@ -11,7 +11,7 @@
</div>
<div class="col-lg-3 ml-2 edit-buttons">
{{#if editingEnabled}}
- <button type="button" id="editEvent" class="button button--primary" {{#if eventHasConcluded}}disabled{{/if}} data-event-id="{{eventData.id}}" data-toggle="modal" data-target="#editModal"><i class="fas fa-edit"></i> Edit event</button>
+ <button type="button" id="editEvent" class="button button--primary ml-auto d-block" {{#if eventHasConcluded}}disabled{{/if}} data-event-id="{{eventData.id}}" data-toggle="modal" data-target="#editModal"><i class="fas fa-edit"></i> Edit event</button>
{{/if}}
</div>
</div>