diff --git a/CHANGELOG.md b/CHANGELOG.md
index ae0fb536..84999ada 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ The version numbers below try to follow the conventions at http://semver.org/.
- Fix warnings about 'prezento_errors'
- Creates pattern for creation tooltips in Compound Metric Configuration
- Update development Ruby target to 2.3.1
+- Remove redundant root path link from navbar
## v1.1.0 - 01/06/2016
diff --git a/app/views/shared/_navbar.html.erb b/app/views/shared/_navbar.html.erb
index 641ac26a..f5504943 100644
--- a/app/views/shared/_navbar.html.erb
+++ b/app/views/shared/_navbar.html.erb
@@ -12,7 +12,6 @@
- - <%= link_to t('home'), root_path %>
- <%= link_to Project.model_name.human(count: 2), projects_path %>
- <%= link_to Repository.model_name.human(count: 2), repositories_path %>
- <%= link_to KalibroConfiguration.model_name.human(count: 2), kalibro_configurations_path %>
diff --git a/config/locales/views/layouts/en.yml b/config/locales/views/layouts/en.yml
index 9aac7307..6c161d45 100644
--- a/config/locales/views/layouts/en.yml
+++ b/config/locales/views/layouts/en.yml
@@ -1,6 +1,5 @@
en:
instant_loading_page: "Wait an instant while we are loading the page that you have requested."
- home: "Home"
edit_account: "Edit Account"
sign_out: "Sign Out"
sign_in: "Sign In"
diff --git a/config/locales/views/layouts/pt.yml b/config/locales/views/layouts/pt.yml
index 5313d812..e4244592 100644
--- a/config/locales/views/layouts/pt.yml
+++ b/config/locales/views/layouts/pt.yml
@@ -1,6 +1,5 @@
pt:
instant_loading_page: "Espere um instante enquanto estamos carregando a página que você solicitou."
- home: "Início"
edit_account: "Editar Conta"
sign_out: "Sair"
sign_in: "Entrar"