Sha256: a365bf2597ae095bbeb3b0d23bcf21667f31c61f92ad8580e3510f39681852c1
Contents?: true
Size: 598 Bytes
Versions: 7
Compression:
Stored size: 598 Bytes
Contents
<tr class="nested-fields"> <td><%= f.input :text, placeholder: "Link text", label: false, wrapper_html: { class: "no-margin" }, input_html: { class: "input-sm" } %></td> <td> <%= f.input :linkable_type, as: :hidden, input_html: { value: "Storytime::Blog" } %> <%= f.association :linkable, label: false, wrapper_html: { class: "no-margin" }, input_html: { class: "input-sm" }, collection: Storytime::Post.where(type: "Storytime::Blog").all, prompt: "Select a Blog" %> </td> <td><%= link_to_remove_association icon("trash"), f, class: "btn btn-default btn-sm pull-right" %></td> </tr>
Version data entries
7 entries across 7 versions & 1 rubygems