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:
@@ -56,7 +56,9 @@ html(lang="en")
|
|||||||
| {% endblock css %}
|
| {% endblock css %}
|
||||||
|
|
||||||
| {% if not title %}{% set title="default" %}{% endif %}
|
| {% if not title %}{% set title="default" %}{% endif %}
|
||||||
body(class="{{ title }} {{'project' if project and project.url != 'blender-cloud'}}")
|
body(class="{{ title }} {{'project' if project and project.url != 'blender-cloud'}}"
|
||||||
|
"{% block bodyattrs %}{% endblock %}"
|
||||||
|
)
|
||||||
| {% with messages = get_flashed_messages(with_categories=True) %}
|
| {% with messages = get_flashed_messages(with_categories=True) %}
|
||||||
| {% if messages %}
|
| {% if messages %}
|
||||||
| {% for (category, message) in messages %}
|
| {% for (category, message) in messages %}
|
||||||
@@ -73,7 +75,7 @@ html(lang="en")
|
|||||||
|
|
||||||
|
|
||||||
| {% block navigation_tabs %}
|
| {% block navigation_tabs %}
|
||||||
+nav-secondary()
|
+nav-secondary(class="collapse navbar-collapse")#navigationLinks
|
||||||
+nav-secondary-link(
|
+nav-secondary-link(
|
||||||
href="{{ url_for('main.homepage') }}")
|
href="{{ url_for('main.homepage') }}")
|
||||||
i.pi-blender-cloud-logo
|
i.pi-blender-cloud-logo
|
||||||
|
Reference in New Issue
Block a user