From 3f3be3b47dbfce4e464b4747085068584c927df8 Mon Sep 17 00:00:00 2001 From: graham-dds Date: Thu, 26 Dec 2019 10:50:51 -0500 Subject: [PATCH] add support link to top bar --- templates/navigation/topbar.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/navigation/topbar.html b/templates/navigation/topbar.html index 0defde8a..606a3204 100644 --- a/templates/navigation/topbar.html +++ b/templates/navigation/topbar.html @@ -12,8 +12,12 @@
{% if g.current_user %} - {{ g.current_user.first_name + " " + g.current_user.last_name }} {{ Icon('avatar', classes='topbar__link-icon') }} + {{ g.current_user.first_name + " " + g.current_user.last_name }} + + + {{ Icon('question', classes='topbar__link-icon') }} + Support