Skip to content

Commit

Permalink
[#552] Adds inner block to user page header tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Mar 6, 2013
1 parent 87d6746 commit 4413a8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ckan/templates/user/read_base.html
Expand Up @@ -23,8 +23,10 @@
{% block page_header %}
<header class="module-content page-header">
<ul class="nav nav-tabs">
{{ h.build_nav_icon('user_datasets', _('Datasets'), id=user.name) }}
{{ h.build_nav_icon('user_activity_stream', _('Activity Stream'), id=user.name) }}
{% block page_header_tabs %}
{{ h.build_nav_icon('user_datasets', _('Datasets'), id=user.name) }}
{{ h.build_nav_icon('user_activity_stream', _('Activity Stream'), id=user.name) }}
{% endblock %}
</ul>
</header>
{% endblock %}
Expand Down

0 comments on commit 4413a8e

Please sign in to comment.