Sha256: b9128b6ff00467a4a6160c991ab2ed1beef210808277dfc92a606733796cbe65

Contents?: true

Size: 327 Bytes

Versions: 11

Compression:

Stored size: 327 Bytes

Contents

<%= simple_form_for(@area, html: {class: 'form-horizontal'}) do |f| %>
  <%= render partial: 'shared/form/error_messages', locals: { resource: @area } %>
  
  <%= f.hidden_field :parent_id %>
  <div class="form-inputs">
    <%= f.input :name %>
  </div>
  
  <div class="actions">
    <%= f.button :submit %>
  </div>
<% end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
voluntary-0.4.0 app/views/areas/_form.html.erb
voluntary-0.3.0 app/views/areas/_form.html.erb
voluntary-0.2.4 app/views/areas/_form.html.erb
voluntary-0.2.3 app/views/areas/_form.html.erb
voluntary-0.2.2 app/views/areas/_form.html.erb
voluntary-0.2.1 app/views/areas/_form.html.erb
voluntary-0.2.0 app/views/areas/_form.html.erb
voluntary-0.1.0 app/views/areas/_form.html.erb
voluntary-0.1.0.rc4 app/views/areas/_form.html.erb
voluntary-0.1.0.rc3 app/views/areas/_form.html.erb
voluntary-0.1.0.rc2 app/views/areas/_form.html.erb