From cedab101f150030490a656e571c267ac314a3f2a Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sat, 8 Oct 2022 17:18:51 +0100 Subject: [PATCH] update icons for 'Manage Account' links/buttons. This is across several HTML templates but they are minor changes so it should be easy enough to follow when viewing the commit's diff. --- templates/layouts/header.html | 4 ++-- templates/user/dashboard.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/layouts/header.html b/templates/layouts/header.html index dc41579..cebfc02 100644 --- a/templates/layouts/header.html +++ b/templates/layouts/header.html @@ -62,12 +62,12 @@ Edit Profile - Account Details + My Account Details {% if roles.administrator %} Manage Accounts + src="/images/icons/all-accounts.png"> Manage Accounts diff --git a/templates/user/dashboard.html b/templates/user/dashboard.html index 53dd5f5..190918a 100644 --- a/templates/user/dashboard.html +++ b/templates/user/dashboard.html @@ -222,13 +222,13 @@ Edit Profile - Account Details + My Account Details {% if roles.administrator %} Manage Accounts - Accounts Index + src="/images/icons/all-accounts.png"> + Manage Accounts