Sha256: a6e7cdfd42d4bdb2764dc5010471e170167b72a1bd6cbe1b6a6688f1bd201908
Contents?: true
Size: 465 Bytes
Versions: 4
Compression:
Stored size: 465 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 %> </ul> </nav> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems