Files
fizzy/app/views/bubbles/_publish.html.erb
T
Jason Zimdars 28a569c49b Tickets
2025-03-17 21:24:08 -05:00

4 lines
191 B
Plaintext

<%= button_to bucket_bubble_publish_path(bubble.bucket, bubble), class: "btn txt-small btn--link", style: "--btn-background: #{ bubble.color }" do %>
<span>Post to project</span>
<% end %>