Sha256: 67c85319a70dc5b83f3f0fc15587dcb827b1dc9934d65c77f358428d10df54e1
Contents?: true
Size: 620 Bytes
Versions: 14
Compression:
Stored size: 620 Bytes
Contents
<%= simple_form_for(@product) do |f| %> <%= f.error_notification %> <div class="form-group"> <%= f.input :name %> <%= f.input :description %> <%= f.input :short_description %> <%= f.input :price %> <%= f.input :weight %> <%= f.input :length %> <%= f.input :width %> <%= f.input :height %> <%= f.association :product_category %> </div> <div class="form-actions"> <%= f.button :submit, t(:create, model: t(:product, scope: "activerecord.models.mechanize_store"), scope: "helpers.submit"), class: "btn btn-primary" %> </div> <% end %>
Version data entries
14 entries across 14 versions & 1 rubygems