From 095cdcc42bf4a9c805d1c3567ceec79721f5bf4a Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Tue, 5 Feb 2019 20:40:08 -0500 Subject: [PATCH] Use same topbar nav on public/logged in pages --- templates/base_public.html | 26 +-------------------- templates/navigation/topbar.html | 40 +++++++++++++++++--------------- translations.yaml | 2 +- 3 files changed, 23 insertions(+), 45 deletions(-) diff --git a/templates/base_public.html b/templates/base_public.html index d718a677..248c302a 100644 --- a/templates/base_public.html +++ b/templates/base_public.html @@ -17,31 +17,7 @@
{% include 'components/usa_header.html' %} -
- -
+ {% include 'navigation/topbar.html' %} {% block content %}{% endblock %} diff --git a/templates/navigation/topbar.html b/templates/navigation/topbar.html index 1f3d3164..3f736a73 100644 --- a/templates/navigation/topbar.html +++ b/templates/navigation/topbar.html @@ -2,18 +2,12 @@
diff --git a/translations.yaml b/translations.yaml index 48579fcb..0a9cf17e 100644 --- a/translations.yaml +++ b/translations.yaml @@ -290,7 +290,7 @@ login: title_tag: Sign in | JEDI Cloud navigation: topbar: - jedi_cloud_link_text: JEDI Cloud + jedi_cloud_link_text: JEDI logout_link_title: Log out of JEDI Cloud named_portfolio: 'Portfolio {portfolio}' no_other_active_portfolios: You have no other active JEDI portfolios.