Sha256: 50bc1faafb6e2f0448f43e4208e6f18d817f5a68d00cfeb82c41c2574ed6176b

Contents?: true

Size: 449 Bytes

Versions: 126

Compression:

Stored size: 449 Bytes

Contents

<%= simple_form_for(@checkout_type, :validate => true) do |f| %>
  <%= f.error_notification %>

  <div class="field">
    <%= f.label :name %><br />
    <%= f.text_field :name %>
  </div>
  <div class="field">
    <%= f.label :display_name %><br />
    <%= f.text_area :display_name %>
  </div>
  <div class="field">
    <%= f.label :note %><br />
    <%= f.text_area :note %>
  </div>
  <div class="actions">
    <%= f.submit %>
  </div>
<% end %>

Version data entries

126 entries across 126 versions & 2 rubygems

Version Path
enju_circulation-0.1.0.pre36 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre35 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre34 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre33 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre32 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre31 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre30 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre29 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre28 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre27 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre26 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre25 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre24 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre23 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre22 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre21 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre20 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre19 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre18 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre17 app/views/checkout_types/_form.html.erb