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.pre16 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre15 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre14 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre13 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre12 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre11 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre10 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre9 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre8 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre7 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre6 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre5 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre4 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre3 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre2 app/views/checkout_types/_form.html.erb
enju_circulation-0.1.0.pre app/views/checkout_types/_form.html.erb
enju_message-0.1.11 app/views/checkout_types/_form.html.erb
enju_message-0.0.25 app/views/checkout_types/_form.html.erb
enju_circulation-0.0.71 app/views/checkout_types/_form.html.erb
enju_circulation-0.0.70 app/views/checkout_types/_form.html.erb