Skip to content

Commit

Permalink
Remove activity streams from group and dataset pages
Browse files Browse the repository at this point in the history
We don't want them showing on these pages quite yet.
  • Loading branch information
Sean Hammond committed Feb 2, 2012
1 parent 12412f9 commit d926e9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions ckan/templates/group/read.html
Expand Up @@ -19,10 +19,6 @@ <h3>Administrators</h3>
</ul>
</li>
</py:if>
<li>
<h3>Activity</h3>
${c.group_activity_stream}
</li>
</ul>
</li>
${facet_sidebar('tags')}
Expand Down
5 changes: 0 additions & 5 deletions ckan/templates/package/read.html
Expand Up @@ -69,11 +69,6 @@ <h3>Related Datasets</h3>
</ul>
</li>

<li class="sidebar-section">
<h3>Activity</h3>
${c.package_activity_stream}
</li>

<!-- <py:if test="not(c.pkg.isopen() and c.pkg.resources)"> -->
<!-- <h3 i18n:msg="">This dataset is Not Open</h3> -->
<!-- <p>Either because it is not openly licensed or is missing -->
Expand Down

0 comments on commit d926e9d

Please sign in to comment.