Sha256: 3a32cebb432b0a6acea23c66c2fd2f427d7575065045b82773c9e906fa975850
Contents?: true
Size: 668 Bytes
Versions: 6
Compression:
Stored size: 668 Bytes
Contents
<%= form_with model: aside, scope: :item, url: path do |form| %> <%= render "hidden_fields", form: form %> <%= render "form_errors", form: form %> <div class="field"> <%= form.label :heading %> <%= form.text_field :heading %> </div> <div class="field"> <%= form.label :show_heading %> <%= form.check_box :show_heading %> </div> <div class="field"> <%= form.label :background %> <%= form.select :background, Katalyst::Content.config.backgrounds %> </div> <div class="field"> <%= form.label :visible %> <%= form.check_box :visible %> </div> <%= form.submit "Done" %> <%= link_to "Discard", :back %> <% end %>
Version data entries
6 entries across 6 versions & 1 rubygems