<%= f.input :text, placeholder: "Link text", label: false, input_html: { class: "input-sm" }, wrapper_html: { class: "no-margin" } %> |
<%= f.input :url, placeholder: "URL", label: false, input_html: { class: "input-sm" }, wrapper_html: { class: "no-margin" } %>
|
<%= link_to_remove_association icon("trash"), f, class: "btn btn-default btn-sm pull-right" %> |