From de8cf23626da86dc005ed3e96245c01734294f62 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Mon, 21 Mar 2016 17:01:31 +0000 Subject: [PATCH] Renamed Notification history to View activity Moved View activity under service name No line under h2 Removed Job history from side nav --- app/assets/stylesheets/components/navigation.scss | 6 +++++- app/templates/main_nav.html | 10 ++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/components/navigation.scss b/app/assets/stylesheets/components/navigation.scss index 978b52b63..d0093bd11 100644 --- a/app/assets/stylesheets/components/navigation.scss +++ b/app/assets/stylesheets/components/navigation.scss @@ -5,14 +5,18 @@ ul, h2 { @include core-19; - border-bottom: 1px solid $border-colour; margin: 10px 20px 15px 0; list-style-type: none; + } + + ul { + border-bottom: 1px solid $border-colour; padding: 0 0 10px 0; } h2 { font-weight: bold; + margin-bottom: 10px; } li { diff --git a/app/templates/main_nav.html b/app/templates/main_nav.html index f7aa3aed9..83a660a81 100644 --- a/app/templates/main_nav.html +++ b/app/templates/main_nav.html @@ -2,6 +2,9 @@ + {% if current_user.has_permissions(['send_texts', 'send_emails', 'send_letters']) %}