Skip to content

Commit

Permalink
Put the nav links in the right order
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoteva15 committed Feb 29, 2024
1 parent aea607f commit 9614cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckanext/iaea/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@
<nav class="section navigation">
<ul class="nav nav-pills">
{% block header_site_navigation_tabs %} {{ h.build_nav_main(
('dataset.search', _('Datasets')), ('organization.index',
_('Topics'))) }} {% endblock %}
('organization.index', _('Topics')), ('dataset.search',
_('Datasets'))) }} {% endblock %}
</ul>
</nav>
<div class="navbar-right">
Expand Down

0 comments on commit 9614cb5

Please sign in to comment.