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