Skip to content

Commit

Permalink
Fix spacing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Feb 15, 2023
1 parent 0d73a89 commit 83c21e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/streaming_events/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
.flex
= link_to "Edit this streaming event", edit_admin_streaming_event_path(@streaming_event), class: 'btn btn-standard btn-base'
|
= button_to "Destroy this event", [:admin, @streaming_event], method: :delete, data: { confirm: "Are you sure? Destroy #{@streaming_event.title}?" }, class: 'btn btn-warning'
= button_to "Destroy this event", [:admin, @streaming_event], method: :delete, data: { confirm: "Are you sure? Destroy #{@streaming_event.title}?" }, class: 'btn btn-warning'
|
= link_to "Back to all streaming events", admin_streaming_events_path, class: 'btn btn-standard btn-base'

0 comments on commit 83c21e9

Please sign in to comment.