Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove home link from navbar
Browse files Browse the repository at this point in the history
It is redundant with the logo link.
rafamanzo committed Dec 29, 2016
1 parent 193a92b commit ea715bb
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

1 change: 0 additions & 1 deletion app/views/shared/_navbar.html.erb
Original file line number Diff line number Diff line change
@@ -12,7 +12,6 @@
</div>
<div class="collapse navbar-collapse" id="nav-collapse">
<ul class="nav navbar-nav">
<li><%= link_to t('home'), root_path %></li>
<li><%= link_to Project.model_name.human(count: 2), projects_path %></li>
<li><%= link_to Repository.model_name.human(count: 2), repositories_path %></li>
<li><%= link_to KalibroConfiguration.model_name.human(count: 2), kalibro_configurations_path %></li>
1 change: 0 additions & 1 deletion config/locales/views/layouts/en.yml
Original file line number Diff line number Diff line change
@@ -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"
1 change: 0 additions & 1 deletion config/locales/views/layouts/pt.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit ea715bb

Please sign in to comment.