Files
fizzy/app/views/cards/_publish.html.erb
T
2025-04-09 14:50:58 +02:00

4 lines
161 B
Plaintext

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