You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <%=@abandoned_event.date.strftime("%-d %B")%> event has been cancelled<%=": #{@abandoned_event.cancellation_reason}"if@abandoned_event.cancellation_reason.present?%>.
<%=button_to"Archive",archive_admin_event_path(event.number),method: :post,form: {data: {turbo_confirm: "Archive this event? It will be removed from the home page."},class: "inline-block"},class: "justify-center rounded-md border border-transparent bg-gray-600 px-4 py-2 text-sm font-medium text-white shadow-sm hover:bg-gray-700 cursor-pointer"%>
239
+
</div>
240
+
</div>
241
+
<%end%>
242
+
</div>
243
+
</div>
244
+
<%end%>
245
+
246
+
<%unless@event%>
222
247
<pclass="text-gray-600 mt-8">No in-progress events. All events have been finalized!</p>
0 commit comments