Skip to content

Commit

Permalink
Update template brand link
Browse files Browse the repository at this point in the history
  • Loading branch information
mRoca committed Apr 19, 2020
1 parent 30f1c64 commit fe6574c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="{{ path('user_home')}}">ResOP</a>
<a class="navbar-brand" href="{{ path('user_home')}}">{{ 'project.name' | trans }}</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down
2 changes: 1 addition & 1 deletion templates/organization/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">{{ 'project.name' | trans }}</a>
<a class="navbar-brand" href="{{ path('app_organization_index')}}">{{ 'project.name' | trans }}</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down

0 comments on commit fe6574c

Please sign in to comment.