Sha256: b8ecc61dd721d20d93be805a1a50a20912f3cde44cdfd0b315b8cdfd0a7408b5

Contents?: true

Size: 405 Bytes

Versions: 6

Compression:

Stored size: 405 Bytes

Contents

<%= hook :admin_inside_taxonomy_form do %>
  <%= f.field_container :name do %>
    <%= f.label :name, t("name") %> <span class="required">*</span><br />
    <%= error_message_on :taxonomy, :name, :class => 'fullwidth title'  %>
    <%= text_field :taxonomy, :name  %><br/>
    <%= f.label :image %><span class="required">*</span><br/>
    <td><%= f.file_field :attachement %></td>

  <% end %>

<% end %>

Version data entries

6 entries across 6 versions & 5 rubygems

Version Path
apispree_core-0.0.0 app/views/admin/taxonomies/_form.html.erb~
My-Commerce_core-1.1.0 app/views/admin/taxonomies/_form.html.erb~
My-Commerce_core-1.0.0 app/views/admin/taxonomies/_form.html.erb~
MyCommerceapi-1.0.0 core/app/views/admin/taxonomies/_form.html.erb~
MyCommerce-0.0.3 core/app/views/admin/taxonomies/_form.html.erb~
rfcommerce_core-0.0.3 app/views/admin/taxonomies/_form.html.erb~