From 5d9006479088ecadcc4dcef14a9d8ccb0e4227f3 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 31 Jul 2011 20:48:13 -0500 Subject: Updated media detail view to linkify the tags. Adjusted tag link styling. --- mediagoblin/templates/mediagoblin/user_pages/media.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mediagoblin/templates') diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html index 7622d6e6..353cf91c 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/media.html +++ b/mediagoblin/templates/mediagoblin/user_pages/media.html @@ -97,9 +97,11 @@ media = media._id)) }} {% endif %} +
{% include "mediagoblin/utils/prev_next.html" %}

Sidebar content here!

+

{% if media['uploader'] == request.user['_id'] or request.user['is_admin'] %} @@ -116,6 +118,7 @@

{% endif %}

+ {% if media.tags %} {% include "mediagoblin/utils/tags.html" %} {% endif %} -- cgit v1.2.3