Sha256: a9c0fc312836f640feea6274f63c22dc2ffdab6060eeddaf54a5afe836383bd9

Contents?: true

Size: 292 Bytes

Versions: 4

Compression:

Stored size: 292 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
voluntary-0.1.0.rc1 app/views/areas/_form.html.erb
voluntary-0.0.3 app/views/areas/_form.html.erb
voluntary-0.0.2 app/views/areas/_form.html.erb
voluntary-0.0.1 app/views/areas/_form.html.erb