Sha256: 7b3ac9762490a0553ce0998911bb2e191e94bc05a71443223d99263dfe32844f

Contents?: true

Size: 442 Bytes

Versions: 40

Compression:

Stored size: 442 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 %>
  </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

40 entries across 40 versions & 1 rubygems

Version Path
enju_circulation-0.3.11 app/views/checkout_types/_form.html.erb
enju_circulation-0.3.10 app/views/checkout_types/_form.html.erb
enju_circulation-0.3.9 app/views/checkout_types/_form.html.erb
enju_circulation-0.3.8 app/views/checkout_types/_form.html.erb
enju_circulation-0.3.7 app/views/checkout_types/_form.html.erb
enju_circulation-0.3.6 app/views/checkout_types/_form.html.erb
enju_circulation-0.3.5 app/views/checkout_types/_form.html.erb
enju_circulation-0.3.4 app/views/checkout_types/_form.html.erb
enju_circulation-0.3.3 app/views/checkout_types/_form.html.erb
enju_circulation-0.3.2 app/views/checkout_types/_form.html.erb
enju_circulation-0.3.1 app/views/checkout_types/_form.html.erb
enju_circulation-0.3.0 app/views/checkout_types/_form.html.erb
enju_circulation-0.3.0.rc.1 app/views/checkout_types/_form.html.erb
enju_circulation-0.3.0.beta.1 app/views/checkout_types/_form.html.erb
enju_circulation-0.2.5 app/views/checkout_types/_form.html.erb
enju_circulation-0.2.4 app/views/checkout_types/_form.html.erb
enju_circulation-0.2.3 app/views/checkout_types/_form.html.erb
enju_circulation-0.2.2 app/views/checkout_types/_form.html.erb
enju_circulation-0.2.1 app/views/checkout_types/_form.html.erb
enju_circulation-0.2.0 app/views/checkout_types/_form.html.erb