Skip to content

Commit

Permalink
Merge pull request #262 from pitangainnovare/impl/remove-link-viz
Browse files Browse the repository at this point in the history
Remove link https://visual.scielo.org/v1/ de barra de navegação
  • Loading branch information
robertatakenaka authored Jun 12, 2024
2 parents 3ac6c6c + 0138dbe commit 33613e3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions analytics/templates/website/navbar_common_links.mako
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
## coding: utf-8
<li>
<a href="http://visual.scielo.org/v1" target="_blank">${_(u'Visualização')}</a>
</li>
<li class="${'active' if page == 'reports' else ''}">
<a href="${request.route_url('reports')}">${_(u'Relatórios')}</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

setup(
name="analytics",
version='1.36.4',
version='2.1.0',
description="A analytics frontend for SciELO usage and publication statistics",
author="SciELO",
author_email="[email protected]",
Expand Down

0 comments on commit 33613e3

Please sign in to comment.