%= render :partial => 'spree/admin/shared/configuration_menu' %>
<%= t(:value) %> | <%= t(:image_code) %> | <%= t(:sort) %> | <%= t(:active) %> | |
---|---|---|---|---|
<%= link_to truncate(bullet.description, :length => 100), edit_admin_taxonomy_taxon_bullet_url(@taxonomy, @taxon, bullet), :class => 'edit' %> | <%= bullet.image_code %> | <%= bullet.line_number %> | <%= bullet.is_active == 1 ? image_tag('admin/icons/16x16/4.png') : image_tag('admin/icons/16x16/2.png') %> | <%= link_to t('edit'), edit_admin_taxonomy_taxon_bullet_url(@taxonomy, @taxon, bullet), :class => 'edit' %> <%= link_to t('delete'), [:admin, @taxonomy, @taxon, bullet], :confirm => "Are you sure?", :method=>:delete %> |
<%= link_to t(:'Back'), edit_admin_taxonomy_url( @taxonomy ) %>