Cleanup and minor tweaks for apps with a sidebar

Like Attract or Flamenco
This commit is contained in:
2018-09-06 18:18:15 +02:00
parent 4532c1ea39
commit 9bcd6cec89
9 changed files with 20 additions and 123 deletions

View File

@@ -51,11 +51,6 @@
#project_nav
#project_nav-container
#project_nav-header.bg-white
a.project-title.p-2.font-weight-bold.text-dark(
href="{{url_for('projects.view', project_url=project.url, _external=True)}}")
| {{ project.name }}
// TODO - make list a macro
#project_tree.edit.bg-white
ul.project_nav-edit-list
@@ -80,7 +75,6 @@
#project_context-container
#project_context-header.bg-white
span#status-bar
| {% block project_context_header %}
| {% endblock %}