%= render :partial => 'spree/admin/shared/contents_sub_menu' %>
<%= render :partial => 'spree/admin/shared/page_tabs', :locals => {:current => 'Contents'} %><%= sort_link @search, :title, t("content.title") %> | <%= sort_link @search, :context, t("content.context") %> | <%= t("action") %> |
---|---|---|
<%= link_to content.title, object_url(content) %> | <%= content.context %> | <%= link_to_edit content %> <%= link_to_delete content %> |
<%= f.text_field :title_like, :size => 25 %>
<%= button t("search") %>
<% end %>