Sha256: e5f6e9b08d2544b0900c82937c974c987608c4110467efdc3e9fdc9717d19bf5
Contents?: true
Size: 620 Bytes
Versions: 1
Compression:
Stored size: 620 Bytes
Contents
<%= form_for([:admin, @download_category], :html => {:id => "download_category_form", :multipart => true}) do |f| %> <fieldset> <%= f.label :name %><span class="required">*</span><br /> <%= f.text_field :name, :class => "fullwidth title" %> <%= f.error_message_on :name %> <div class="clearfix" data-hook="new_product_attrs"> <div class="left"> <%= f.label :icon %><span class="required">*</span> <%= f.file_field :icon %> <%= f.error_message_on :icon %> </div> </div> <%= render :partial => 'spree/admin/shared/new_resource_links' %> </fieldset> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree_downloads-1.0.1 | app/views/spree/admin/download_categories/_form.html.erb |