diff --git a/mediagoblin/static/images/icon_collect.png b/mediagoblin/static/images/icon_collect.png deleted file mode 100644 index 2911af24..00000000 Binary files a/mediagoblin/static/images/icon_collect.png and /dev/null differ diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html index 1cc2a763..7550c6c1 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/media.html +++ b/mediagoblin/templates/mediagoblin/user_pages/media.html @@ -149,9 +149,7 @@ {% include "mediagoblin/utils/tags.html" %} {% endif %} - {% if media.collections %} - {% include "mediagoblin/utils/collections.html" %} - {% endif %} + {% include "mediagoblin/utils/collections.html" %} {% include "mediagoblin/utils/license.html" %} @@ -183,19 +181,6 @@
{% endif %} - {% if request.user %} -
-
-
-
-
- {% for collection in media.collections %} - {% if loop.last %} - {# the 'and' should only appear if there is more than one collections #} - {% if media.collections|length > 1 %} - · + {% if media.collections %} +
+ {% for collection in media.collections %} + {% if loop.last %} + {# the 'and' should only appear if there is more than one collections #} + {% if media.collections|length > 1 %} + · + {% endif %} + {{ collection['title'] }} + {% elif loop.revindex == 2 %} + {{ collection['title'] }} + {% else %} + {{ collection['title'] }} · {% endif %} - {{ collection['title'] }} - {% elif loop.revindex == 2 %} - {{ collection['title'] }} - {% else %} - {{ collection['title'] }} · - {% endif %} - {% endfor %} -
+ {% endfor %} + + {% endif %} + {% if request.user %} + + {% endif %} {% endblock %}