Sha256: 707e4fd8de42fc890efbce2be3ce830a819cb33dfd1668f9004af06e57a9cab9
Contents?: true
Size: 619 Bytes
Versions: 11
Compression:
Stored size: 619 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, :general_settings) %> <%= settings_tab_item Spree.t(:settings), edit_admin_general_settings_path %> <% end %> <% if can?(:display, Spree::Tracker) %> <%= settings_tab_item plural_resource_name(Spree::Tracker), admin_trackers_path %> <% end %> </ul> </nav> <% end %>
Version data entries
11 entries across 11 versions & 1 rubygems