Skip to content

Commit

Permalink
Activity stream tabs now work on user profile pages
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Oct 10, 2012
1 parent 32da1d8 commit d243678
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
8 changes: 0 additions & 8 deletions ckan/templates/user/activity.html

This file was deleted.

12 changes: 3 additions & 9 deletions ckan/templates/user/activity_stream.html
Expand Up @@ -10,13 +10,7 @@
<li class="active">{{ h.nav_link(_('Activity Stream'), controller='user', action='activity', id="") }}</li>
{% endblock %}

{% block primary_content %}
<article class="module">
<div class="module-content">
<h1 class="page-heading">{{ _('Activity Stream').format(name=c.user_dict.display_name) }}</h1>
<section>
{{ c.user_activity_stream | safe }}
</section>
</div>
</article>
{% block primary_content_inner %}
<h2 class="tab-heading">{{ _('Activity Stream') }}</h2>
{{ c.user_activity_stream | safe }}
{% endblock %}

0 comments on commit d243678

Please sign in to comment.