Replace #project-loading spinning icon with a .loader-bar

This commit is contained in:
2018-09-07 14:55:04 +02:00
parent be98a95fc0
commit 35225a189d
4 changed files with 50 additions and 21 deletions

View File

@@ -39,8 +39,6 @@ script.
data-placement="left",
class="{% if title == 'about' %}active {% endif %}{% if project.picture_square %}image{% endif %}")
a(href="{{url_for('projects.view', project_url=project.url, _external=True)}}")
#project-loading
i.pi-spin
| {% if project.picture_square %}
img(src="{{ project.picture_square.thumbnail('b', api=api) }}")
| {% else %}