From 8d3fa79180d7cd548e3aa105ab2da23980d84b23 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 19 Apr 2016 15:07:49 +0100 Subject: [PATCH] Reorder navigation to put emails before SMS Elsewhere (eg the dashboard, the activity page) we have email first. Emails are also anticipated to be slightly more popular in terms of the number of services sending them. Therefore it makes sense to have emails first in the main navigation. --- app/templates/main_nav.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/main_nav.html b/app/templates/main_nav.html index a9685cec1..901a4ad7f 100644 --- a/app/templates/main_nav.html +++ b/app/templates/main_nav.html @@ -7,8 +7,8 @@
  • Activity
  • {% endif %} {% if current_user.has_permissions(['view_activity', 'manage_templates', 'manage_api_keys'], admin_override=True, any_=True) %} -
  • Text message templates
  • Email templates
  • +
  • Text message templates
  • {% endif %} {% if current_user.has_permissions(['manage_users', 'manage_settings'], admin_override=True) %}
  • Team members