Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@
<div class="content_action">
{% link_for _('Profile settings'), named_route=user_edit_route, id=user.name, class_='btn btn-default', icon='cog' %}
</div>
{% block content_primary_nav %}
<ul class="nav nav-tabs">
{{ h.build_nav_icon(dashboard_index_route, _('News feed'), offset=0) }}
{{ h.build_nav_icon(dashboard_datasets_route, _('My Datasets')) }}
{{ h.build_nav_icon(dashboard_organizations_route, _('My {Organizations}'.format(Organizations=org_alias_pural))) }}
{{ h.build_nav_icon(dashboard_groups_route, _('My {Groups}'.format(Groups=group_alias_pural))) }}
{% block dashboard_nav_links %}
{{ h.build_nav_icon(dashboard_index_route, _('News feed'), offset=0) }}
{{ h.build_nav_icon(dashboard_datasets_route, _('My Datasets')) }}
{{ h.build_nav_icon(dashboard_organizations_route, _('My {Organizations}'.format(Organizations=org_alias_pural))) }}
{{ h.build_nav_icon(dashboard_groups_route, _('My {Groups}'.format(Groups=group_alias_pural))) }}
{% endblock dashboard_nav_links %}
</ul>
{% endblock %}
</header>
{% endblock %}