Sha256: e2ad074b65a9fa846b5f45b54b919f92d12e03a6a57bd9258d9f7c9f7983605d

Contents?: true

Size: 668 Bytes

Versions: 6

Compression:

Stored size: 668 Bytes

Contents

<%= form_with model: group, 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

Version Path
katalyst-content-1.0.2 app/views/katalyst/content/groups/_group.html+form.erb
katalyst-content-1.0.1 app/views/katalyst/content/groups/_group.html+form.erb
katalyst-content-1.0.0 app/views/katalyst/content/groups/_group.html+form.erb
katalyst-content-0.2.2 app/views/katalyst/content/groups/_group.html+form.erb
katalyst-content-0.2.1 app/views/katalyst/content/groups/_group.html+form.erb
katalyst-content-0.2.0 app/views/katalyst/content/groups/_group.html+form.erb