This commit is contained in:
Pablo Vazquez 2016-11-11 18:04:53 +01:00
parent 29b4ebd09a
commit df810c0c4e

View File

@ -95,7 +95,7 @@ script.
| {% if n.picture %} | {% if n.picture %}
img(src="{{ n.picture.thumbnail('m', api=api) }}") img(src="{{ n.picture.thumbnail('m', api=api) }}")
| {% else %} | {% else %}
i.pi-chatbubble-working i.pi-newspaper
| {% endif %} | {% endif %}
.info .info
a.title(href="{{ url_for_node(node=n) }}") {{ n.name }} a.title(href="{{ url_for_node(node=n) }}") {{ n.name }}