Navigation: Unified cloud navigation

* Removed main drop down menu
* Added "My cloud" to user menu
* Attract/Flamenco is found under Production Tools menu
* Attract/Flamenco has the same navigation as its project
This commit is contained in:
2019-02-06 10:31:36 +01:00
parent 3cd55e2a83
commit 369161e29f
10 changed files with 109 additions and 394 deletions

View File

@@ -1,5 +1,5 @@
| {% extends 'layout.html' %}
| {% from '_macros/_navigation.html' import navigation_learn %}
| {% from '_macros/_navigation.html' import navigation_homepage %}
include ../../../pillar/src/templates/mixins/components
@@ -15,7 +15,7 @@ mixin group(title, tag)
| {% set page_header_text = "Tips and tricks by the Open Projects crew." %}
| {% block navigation_tabs %}
| {{ navigation_learn(title) }}
| {{ navigation_homepage(title) }}
| {% endblock navigation_tabs %}
| {% block head %}