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.0.25 app/views/checkout_types/_form.html.erb
enju_circulation-0.0.24 app/views/checkout_types/_form.html.erb
enju_circulation-0.0.23 app/views/checkout_types/_form.html.erb
enju_message-0.0.14 app/views/checkout_types/_form.html.erb
enju_circulation-0.0.22 app/views/checkout_types/_form.html.erb
enju_circulation-0.0.21 app/views/checkout_types/_form.html.erb
enju_circulation-0.0.20 app/views/checkout_types/_form.html.erb
enju_circulation-0.0.19 app/views/checkout_types/_form.html.erb
enju_circulation-0.0.18 app/views/checkout_types/_form.html.erb
enju_circulation-0.0.17 app/views/checkout_types/_form.html.erb
enju_circulation-0.0.16 app/views/checkout_types/_form.html.erb
enju_circulation-0.0.15 app/views/checkout_types/_form.html.erb
enju_circulation-0.0.14 app/views/checkout_types/_form.html.erb
enju_circulation-0.0.13 app/views/checkout_types/_form.html.erb
enju_circulation-0.0.12 app/views/checkout_types/_form.html.erb
enju_circulation-0.0.11 app/views/checkout_types/_form.html.erb
enju_message-0.0.9 app/views/checkout_types/_form.html.erb
enju_circulation-0.0.10 app/views/checkout_types/_form.html.erb
enju_circulation-0.0.9 app/views/checkout_types/_form.html.erb
enju_circulation-0.0.8 app/views/checkout_types/_form.html.erb