Use the new Attract logo!
This commit is contained in:
@@ -29,7 +29,7 @@ html(lang="en")
|
|||||||
li
|
li
|
||||||
a.navbar-item(href="{{ url_for('attract.index') }}",
|
a.navbar-item(href="{{ url_for('attract.index') }}",
|
||||||
title='Attract')
|
title='Attract')
|
||||||
i.pi-film-thick
|
i.pi-attract
|
||||||
| {% if project %}
|
| {% if project %}
|
||||||
li
|
li
|
||||||
a.navbar-item(href="{{ url_for('attract.tasks.perproject.index', project_url=project.url) }}",
|
a.navbar-item(href="{{ url_for('attract.tasks.perproject.index', project_url=project.url) }}",
|
||||||
@@ -160,7 +160,9 @@ html(lang="en")
|
|||||||
|
|
||||||
| {% else %}
|
| {% else %}
|
||||||
li
|
li
|
||||||
a.navbar-item(href="{{ url_for('users.login') }}")
|
a.navbar-item(
|
||||||
|
href="{{ url_for('users.login') }}",
|
||||||
|
title="Sign in")
|
||||||
i.pi-log-in
|
i.pi-log-in
|
||||||
| {% endif %}
|
| {% endif %}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user