Skip to content

Commit

Permalink
[#1494][#1496] Tweak activity streams templates
Browse files Browse the repository at this point in the history
They were showing the gravatars twice
  • Loading branch information
Sean Hammond committed Jan 6, 2012
1 parent 4749d22 commit 3f50cce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions ckan/templates/activity_streams/changed_package.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
py:strip=""
>
<xi:include href="../_util.html" />
<div style="float:left;">${h.gravatar(activity['user_id'], 30)}</div>
<div style="margin-left:35px;">
<div>
<div style="font-weight:bold;">
${h.linked_user(activity['user_id'])}
<span style="background:yellow;">updated</span>
Expand Down
3 changes: 1 addition & 2 deletions ckan/templates/activity_streams/changed_resource.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
py:strip=""
>
<xi:include href="../_util.html" />
<div style="float:left;">${h.gravatar(activity['user_id'], 30)}</div>
<div style="margin-left:35px;">
<div>
<div style="font-weight:bold;">
${h.linked_user(activity['user_id'])}
<span style="background:yellow;">updated</span>
Expand Down
3 changes: 1 addition & 2 deletions ckan/templates/activity_streams/new_package.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
py:strip=""
>
<xi:include href="../_util.html" />
<div style="float:left;">${h.gravatar(activity['user_id'], 30)}</div>
<div style="margin-left:35px;">
<div>
<div style="font-weight:bold;">
${h.linked_user(activity['user_id'])}
<span style="background:yellow;">created</span>
Expand Down
3 changes: 1 addition & 2 deletions ckan/templates/activity_streams/new_resource.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
py:strip=""
>
<xi:include href="../_util.html" />
<div style="float:left;">${h.gravatar(activity['user_id'], 30)}</div>
<div style="margin-left:35px;">
<div>
<div style="font-weight:bold;">
${h.linked_user(activity['user_id'])}
<span style="background:yellow;">added</span>
Expand Down

0 comments on commit 3f50cce

Please sign in to comment.