Use the new Attract logo!

This commit is contained in:
2016-10-21 20:45:12 +02:00
parent 6c1b7f29b2
commit 26492dc24c

View File

@@ -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 %}