]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/node/reviser_info.html
Merging jambazov --> trunk.
[osqa.git] / forum / skins / default / templates / node / reviser_info.html
index 8b4604720231498187807ed2814106940b7636ce..ac3df282bc898979b5e7bffeffaf06697d82728d 100644 (file)
@@ -3,7 +3,7 @@
     <p style="line-height:12px;">\r
         <strong>{% diff_date revision.revised_at %}</strong>\r
     </p>\r
-    {% gravatar revision.author 32 %}\r
-    <p><a href="{{ revised_at.author.get_profile_url }}">{{ revision.author.username }}</a><br/>\r
+    <a href="{{ revision.author.get_profile_url }}">{% gravatar revision.author 32 %}</a>\r
+    <p><a href="{{ revision.author.get_profile_url }}">{{ revision.author.username }}</a><br/>\r
     {% get_score_badge revision.author %}</p>\r
 </div>
\ No newline at end of file