From d8d989897518ce21d917734877a322e0bc26bddc Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Wed, 5 Sep 2018 15:55:39 -0400 Subject: [PATCH] Add dummy logout link --- 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 814bc31f..f560df6e 100644 --- a/templates/navigation/topbar.html +++ b/templates/navigation/topbar.html @@ -9,13 +9,17 @@
{% set topbar_link = url_for("workspaces.show_workspace", workspace_id=workspace.id) if workspace else url_for("atst.home") %} - {{ ("Workspace " + workspace.name) if workspace else "JEDI" }} + {{ ("Workspace " + workspace.name) if workspace else "JEDI Cloud" }} {{ g.current_user.first_name + " " + g.current_user.last_name }} {{ Icon('avatar', classes='topbar__link-icon') }} + + + {{ Icon('logout', classes='topbar__link-icon') }} +