Sha256: 3027623d35335d6d994ab68163fba19b3d16666a4cedc940d083090d36a2101b
Contents?: true
Size: 598 Bytes
Versions: 7
Compression:
Stored size: 598 Bytes
Contents
<tr class="nested-fields"> <td><%= f.input :text, label: false, placeholder: "Link text", wrapper_html: { class: "no-margin" }, input_html: { class: "input-sm" } %></td> <td> <%= f.input :linkable_type, as: :hidden, input_html: { value: "Storytime::Page" } %> <%= f.association :linkable, label: false, wrapper_html: { class: "no-margin" }, input_html: { class: "input-sm" }, collection: Storytime::Post.where(type: "Storytime::Page").all, prompt: "Select a Page" %> </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