Sha256: 2dd36e8fa72c55bcb549021835b533a6833190bf27605821199971443aef13a7

Contents?: true

Size: 377 Bytes

Versions: 6

Compression:

Stored size: 377 Bytes

Contents

<%= simple_form_for(@area, html: {class: 'form-horizontal'}, wrapper: :horizontal_form) do |f| %>
  <%= render partial: 'shared/form/error_messages', locals: { resource: @area } %>
  
  <%= f.hidden_field :parent_id %>
  
  <%= f.input :name %>
  
  <div class="form-group">
    <div class="col-sm-offset-3 col-sm-9">
      <%= f.button :submit %>
    </div>
  </div>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
voluntary-0.7.1 app/views/areas/_form.html.erb
voluntary-0.7.0 app/views/areas/_form.html.erb
voluntary-0.6.0 app/views/areas/_form.html.erb
voluntary-0.5.2 app/views/areas/_form.html.erb
voluntary-0.5.1 app/views/areas/_form.html.erb
voluntary-0.5.0 app/views/areas/_form.html.erb