Skip to content

Commit 33613e3

Browse files
Merge pull request #262 from pitangainnovare/impl/remove-link-viz
Remove link https://visual.scielo.org/v1/ de barra de navegação
2 parents 3ac6c6c + 0138dbe commit 33613e3

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

analytics/templates/website/navbar_common_links.mako

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
## coding: utf-8
2-
<li>
3-
<a href="http://visual.scielo.org/v1" target="_blank">${_(u'Visualização')}</a>
4-
</li>
52
<li class="${'active' if page == 'reports' else ''}">
63
<a href="${request.route_url('reports')}">${_(u'Relatórios')}</a>
74
</li>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
setup(
3737
name="analytics",
38-
version='1.36.4',
38+
version='2.1.0',
3939
description="A analytics frontend for SciELO usage and publication statistics",
4040
author="SciELO",
4141
author_email="scielo-dev@googlegroups.com",

0 commit comments

Comments
 (0)