Skip to content

Commit

Permalink
[#858] Whitespace cleanup ckan/templates/snippets/activity_item.html
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Aug 6, 2013
1 parent 36215a3 commit 161e457
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions ckan/templates/snippets/activity_item.html
@@ -1,10 +1,10 @@
<li class="item {{ activity.type|lower }}">
{% if activity.is_new %}
<span class="new" title="{{ _('New activity item') }}">{{ _('New activity item') }}</span>
{% endif %}
<i class="icon icon-{{ activity.icon }}"></i>
<p>
{{ h.literal(activity.msg.format(**activity.data)) }}
<span class="date">{{ h.time_ago_in_words_from_str(activity.timestamp, 'hour') }} ago</span>
</p>
</li>
{% if activity.is_new %}
<span class="new" title="{{ _('New activity item') }}">{{ _('New activity item') }}</span>
{% endif %}
<i class="icon icon-{{ activity.icon }}"></i>
<p>
{{ h.literal(activity.msg.format(**activity.data)) }}
<span class="date">{{ h.time_ago_in_words_from_str(activity.timestamp, 'hour') }} ago</span>
</p>
</li>

0 comments on commit 161e457

Please sign in to comment.