]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/node/reviser_info.html
Merging jambazov --> trunk.
[osqa.git] / forum / skins / default / templates / node / reviser_info.html
1 {% load extra_tags %}\r
2 <div class='post-update-info'>\r
3     <p style="line-height:12px;">\r
4         <strong>{% diff_date revision.revised_at %}</strong>\r
5     </p>\r
6     <a href="{{ revision.author.get_profile_url }}">{% gravatar revision.author 32 %}</a>\r
7     <p><a href="{{ revision.author.get_profile_url }}">{{ revision.author.username }}</a><br/>\r
8     {% get_score_badge revision.author %}</p>\r
9 </div>