Commit 556724effc9846fdd312d61fb2566676608dc1f4
1 parent
21f901f1
Exists in
master
and in
30 other branches
Fixed home link
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/layout/navbar/navbar.html
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | <span class="icon-bar"></span> |
8 | 8 | <span class="icon-bar"></span> |
9 | 9 | </button> |
10 | - <a class="navbar-brand" ui-sref="main"> | |
10 | + <a class="navbar-brand" ui-sref="main.environment.home"> | |
11 | 11 | <span class="noosfero-logo"> </span> |
12 | 12 | <span class="noosfero-name">{{"noosfero.name" | translate}}</span> |
13 | 13 | </a> | ... | ... |