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