Skip to content

Commit

Permalink
update menu with metrics link
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Aug 8, 2024
1 parent e9cb85f commit 2f66093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ckanext/datagovtheme/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<a class="usa-nav__link {{ current_is_dataset }}" href="/"><span class="text-uppercase">Data</span></a>
</li>
<li class="usa-nav__primary-item">
<a class="usa-nav__link {{ current_is_report }}" href="/report"><span class="text-uppercase">Reports</span></a>
<a class="usa-nav__link" href="https://data.gov/metrics"><span class="text-uppercase">Metrics</span></a>
</li>
<li class="usa-nav__primary-item">
<a class="usa-nav__link" href="https://data.gov/open-gov/"><span class="text-uppercase">Open Government</span></a>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="ckanext-datagovtheme",
version="0.2.32",
version="0.2.33",
description="CKAN Extension to manage data.gov theme",
long_description=long_description,
classifiers=[
Expand Down

0 comments on commit 2f66093

Please sign in to comment.