Files
fizzy/app/views/bubbles/_publish.html.erb
T
2025-04-07 13:55:12 +02:00

4 lines
167 B
Plaintext

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