-{% load extra_tags %}\r
-{% load humanize %}\r
-\r
-<div style="clear:both;line-height:20px" >\r
- <div style="width:180px;float:left">{% diff_date active_at 3 %}</div>\r
- <div style="width:150px;float:left">\r
- <span class="user-action-{{ type }}">{{ description }}</span>\r
- </div>\r
- <div style="float:left;overflow:hidden;">\r
- {% if badge %}\r
- <a href="{{ url }}" title="{{ title }}" class="medal"><span class="badge{{ badge_type }}">●</span> {{ title }}</a>\r
- {% else %}\r
- <span class="post-type-{{ type }}"><a href="{{ url }}">{{ title }}</a></span>\r
- {% if revision %}<span class="revision-summary">{{ summary }}</span>{% endif %}\r
- {% endif %}\r
- <div style="height:5px"></div>\r
- </div>\r
+{% load extra_tags %}
+{% load humanize %}
+{% load extra_tags %}
+
+<div class="action_container">
+ <div class="action_body">
+ {{ describe }}
+ </div>
+ <div class="action_date" style="text-align: right;">
+ {% diff_date action.action_date %}
+ </div>
</div>
\ No newline at end of file