]> git.openstreetmap.org Git - osqa.git/blob - forum/skins/default/templates/users/activity.html
ALteration of the schema to a single content model. As a bonus there is a complete...
[osqa.git] / forum / skins / default / templates / users / activity.html
1 {% load extra_tags %}\r
2 {% load humanize %}\r
3 \r
4 <div style="clear:both;line-height:20px" >\r
5     <div style="width:180px;float:left">{% diff_date active_at 3 %}</div>\r
6     <div style="width:150px;float:left">\r
7     <span class="user-action-{{ type }}">{{ description }}</span>\r
8     </div>\r
9     <div style="float:left;overflow:hidden;">\r
10         {% if badge %}\r
11         <a href="{{ url }}" title="{{ title }}" class="medal"><span class="badge{{ badge_type }}">&#9679;</span>&nbsp;{{ title }}</a>\r
12         {% else %}\r
13         <span class="post-type-{{ type }}"><a href="{{ url }}">{{ title }}</a></span>\r
14             {% if revision %}<span class="revision-summary">{{ summary }}</span>{% endif %}\r
15         {% endif %}\r
16         <div style="height:5px"></div>\r
17     </div>\r
18 </div>