%= render 'spree/admin/shared/pages_tabs' %> <% content_for :page_actions do %> <% if can?(:create, Spree::Page) %>
<%= Spree::Page.human_attribute_name(:title) %> | <%= t("spree.link") %> | <%= Spree::Page.human_attribute_name(:visible) %> | ||
---|---|---|---|---|
<% if can?(:update_positions, Spree::StockLocation) %> <% end %> | <%= page.title %> | <%= link_to page.link, page.link, :target => '_blank' %> | '> <%= t("spree.#{page.visible? ? :active : :inactive}") %> | <% if can?(:update, page) %> <%= link_to_edit page, no_text: true %> <% end %> <% if can?(:destroy, page) %> <%= link_to_delete page, no_text: true %> <% end %> |