Skip to content

Commit

Permalink
Add link to 'site settings' page
Browse files Browse the repository at this point in the history
  • Loading branch information
angussidney committed Apr 7, 2018
1 parent 6b8f4c2 commit 5e47d6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Expand Up @@ -83,6 +83,7 @@
<%= nav_link AdminController, label: 'User Permissions', action: :permissions %>
<%= nav_link APIKeysController, label: 'API Keys' %>
<%= nav_link AdminController, label: 'Admin Report Queue', action: :flagged %>
<%= nav_link SiteSettingsController, label: 'Website Configuration' %>
<% end %>
<% if current_user.has_role? :developer %>
<%#
Expand Down

0 comments on commit 5e47d6d

Please sign in to comment.