From eab943d3537055c9b69af4fed9e314e4c65f6f39 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 8 Feb 2017 11:20:58 +0000 Subject: [PATCH] Add usage link to navigation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We’ve seen services that have a lot of activity on their dashboard miss the usage feature because the link gets pushed a long way down the page. We don’t want to move it up the page, because for most users the templates/jobs stuff is more useful. And we don’t want to remove it because it’s a useful part of the onboarding to understand the Notify proposition. So this commit adds it as a link to the nav, to make users more aware of it, and as a quick way of getting into it for the small subset of users who will care about it (a lot). Order of the links is determined by what’s likely to be most useful for first time users surfing the nav. Usage is more interesting than settings, but less interesting than team members. --- app/templates/main_nav.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/main_nav.html b/app/templates/main_nav.html index fcbd6ad10..08975d1de 100644 --- a/app/templates/main_nav.html +++ b/app/templates/main_nav.html @@ -53,6 +53,7 @@ {% endif %} {% if current_user.has_permissions(['manage_users', 'manage_settings'], admin_override=True) %}
  • Team members
  • +
  • Usage
  • Settings
  • {% elif current_user.has_permissions(['view_activity']) %}
  • Team members