Files
fizzy/app/views/bubbles/_publish.html.erb
T
2025-01-15 10:58:00 +00:00

5 lines
232 B
Plaintext

<%= button_to bucket_bubble_publish_path(bubble.bucket, bubble), class: "btn btn--positive full-width justify-start borderless" do %>
<%= image_tag "alert.svg", aria: { hidden: true }, size: 24 %>
<span>Publish</span>
<% end %>