4 lines
191 B
Plaintext
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 %>
|