Sha256: aa85f2a0e9fb52a15c1ca6cccc2e377b166d659422101fb030bb117200422c7e

Contents?: true

Size: 295 Bytes

Versions: 18

Compression:

Stored size: 295 Bytes

Contents

<%= simple_form_for(@product_category) do |f| %>
  <%= f.error_notification %>

  <div class="form-group">
        <%= f.input :name %>
        <%= f.association :product_category %>
  </div>

  <div class="form-actions">
    <%= f.button :submit, class: "btn btn-primary" %>
  </div>
<% end %>

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
mechanize_store-0.0.19 app/views/mechanize_store/product_categories/_form.html.erb
mechanize_store-0.0.18 app/views/mechanize_store/product_categories/_form.html.erb
mechanize_store-0.0.17 app/views/mechanize_store/product_categories/_form.html.erb
mechanize_store-0.0.16 app/views/mechanize_store/product_categories/_form.html.erb
mechanize_store-0.0.15 app/views/mechanize_store/product_categories/_form.html.erb
mechanize_store-0.0.14 app/views/mechanize_store/product_categories/_form.html.erb
mechanize_store-0.0.13 app/views/mechanize_store/product_categories/_form.html.erb
mechanize_store-0.0.12 app/views/mechanize_store/product_categories/_form.html.erb
mechanize_store-0.0.11 app/views/mechanize_store/product_categories/_form.html.erb
mechanize_store-0.0.10 app/views/mechanize_store/product_categories/_form.html.erb
mechanize_store-0.0.8 app/views/mechanize_store/product_categories/_form.html.erb
mechanize_store-0.0.7 app/views/mechanize_store/product_categories/_form.html.erb
mechanize_store-0.0.6 app/views/mechanize_store/product_categories/_form.html.erb
mechanize_store-0.0.5 app/views/mechanize_store/product_categories/_form.html.erb
mechanize_store-0.0.4 app/views/mechanize_store/product_categories/_form.html.erb
mechanize_store-0.0.3 app/views/mechanize_store/product_categories/_form.html.erb
mechanize-store-0.0.2 app/views/mechanize_store/product_categories/_form.html.erb
mechanize-store-0.0.1 app/views/mechanize_store/product_categories/_form.html.erb