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