<%=t("static_content.static_pages") %>

<% @pages.each do |page| %> <% end %>
<%= Spree::Page.human_attribute_name(:title) %> <%= t("static_content.link") %> <%= Spree::Page.human_attribute_name(:visible) %> <%= t("action") %>
<%= page.title %> <%= link_to page.link, page.link %> <%= icon('tick') if page.visible %> <%= link_to_edit page %>   <%= link_to_delete page %>