Title first and foremost... anything else looks weird to me.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 3 Jun 2011 23:47:22 +0000 (18:47 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 3 Jun 2011 23:47:22 +0000 (18:47 -0500)
mediagoblin/templates/mediagoblin/user_pages/media.html

index 406fd3f6a7c8dbfb75a007b1a54f35281321559b..200f13cdda64a2de7cf590c3e85d4cc6a2081325 100644 (file)
 
   {# temporarily, an "image gallery" that isn't one really ;) #}
   {% if media %}
-    <img class="media_image" src="{{ request.app.public_store.file_url(
-                  media.media_files.main) }}" />
     <h1>
       {{media.title}}
     </h1>
+    <img class="media_image" src="{{ request.app.public_store.file_url(
+                  media.media_files.main) }}" />
     <p>{{ media.description }}</p>
     <p>Uploaded on
     {{ "%4d-%02d-%02d"|format(media.created.year,