Sha256: 3d4a679517907a3eed7910b1235e99b0a301d99f7b6107bd7f9a62fda97f9492

Contents?: true

Size: 355 Bytes

Versions: 6

Compression:

Stored size: 355 Bytes

Contents

<%= simple_form_for(@organization, html: {class: 'form-horizontal'}, wrapper: :horizontal_form) do |f| %>
  <%= render partial: 'shared/form/error_messages', locals: { resource: @organization } %>
  
  <%= 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/organizations/_form.html.erb
voluntary-0.7.0 app/views/organizations/_form.html.erb
voluntary-0.6.0 app/views/organizations/_form.html.erb
voluntary-0.5.2 app/views/organizations/_form.html.erb
voluntary-0.5.1 app/views/organizations/_form.html.erb
voluntary-0.5.0 app/views/organizations/_form.html.erb