Sha256: ed8b810375a24a3fcc75428f888403d13297b3f3e76f277bc22f1e148892c968

Contents?: true

Size: 458 Bytes

Versions: 5

Compression:

Stored size: 458 Bytes

Contents

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

  <div class="field">
    <%= f.label :name %><br />
    <%= f.text_field :name, required: true %>
  </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

5 entries across 5 versions & 1 rubygems

Version Path
enju_circulation-0.4.0.rc.1 app/views/checkout_types/_form.html.erb
enju_circulation-0.4.0.beta.4 app/views/checkout_types/_form.html.erb
enju_circulation-0.4.0.beta.3 app/views/checkout_types/_form.html.erb
enju_circulation-0.4.0.beta.2 app/views/checkout_types/_form.html.erb
enju_circulation-0.4.0.beta.1 app/views/checkout_types/_form.html.erb