]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/users/activity.html
Migrate to Django 1.6
[osqa.git] / forum / skins / default / templates / users / activity.html
index 39aa9bff8cada94054dabb84f978159507801b88..1f3b14a28006978d33fe6404ad73dd802390250b 100644 (file)
@@ -1,18 +1,12 @@
-{% 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 }}">&#9679;</span>&nbsp;{{ 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