Sha256: f944199e696e8b20eb1e2fda36f3fe35a9f146c206269d1dde4a96e35d334e3d
Contents?: true
Size: 461 Bytes
Versions: 153
Compression:
Stored size: 461 Bytes
Contents
<%# This file holds the tabs for the "General" settings area. It has this filename to maintain compatibility with extensions which add their own menu entires through deface. %> <% content_for :tabs do %> <nav> <ul class="tabs" data-hook="admin_configurations_sidebar_menu"> <% if can?(:edit, Spree::Store) %> <%= settings_tab_item plural_resource_name(Spree::Store), admin_stores_path %> <% end %> </ul> </nav> <% end %>
Version data entries
153 entries across 153 versions & 2 rubygems