Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 576fdcd

Browse files
authored
Merge pull request #5804 from Sunny-NEC/Sunny-NEC-patch-5768
Update dashboard.html
2 parents c036eb5 + 1583beb commit 576fdcd

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ckan/templates/user/dashboard.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@
1717
<div class="content_action">
1818
{% link_for _('Profile settings'), named_route='user.edit', id=user.name, class_='btn btn-default', icon='cog' %}
1919
</div>
20+
{% block content_primary_nav %}
2021
<ul class="nav nav-tabs">
2122
{{ h.build_nav_icon('dashboard.index', _('News feed'), icon='list') }}
2223
{{ h.build_nav_icon('dashboard.datasets', _('My Datasets'), icon='sitemap') }}
2324
{{ h.build_nav_icon('dashboard.organizations', h.humanize_entity_type('organization', org_type, 'my label') or _('My Organizations'), icon='building-o') }}
2425
{{ h.build_nav_icon('dashboard.groups', h.humanize_entity_type('group', group_type, 'my label') or _('My Groups'), icon='users') }}
2526
</ul>
27+
{% endblock %}
2628
</header>
2729
{% endblock %}
2830
<div class="module-content">

0 commit comments

Comments
 (0)