Skip to content

Commit

Permalink
[#2375] Convert activity stream items template
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Aug 10, 2012
1 parent 7ce6570 commit a40a369
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ckan/templates/activity_streams/activity_stream_items.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{% for activity in activities %}
<div class="activity">
{{ h.literal(activity.msg.format(**activity.data)) }}
<span class="date">{{ h.render_datetime(activity.timestamp) }}</span>
</div>
{% endfor %}

0 comments on commit a40a369

Please sign in to comment.