Skip to content

Commit fe6574c

Browse files
committed
Update template brand link
1 parent 30f1c64 commit fe6574c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/base.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</head>
1212
<body>
1313
<nav class="navbar navbar-expand-lg navbar-light bg-light">
14-
<a class="navbar-brand" href="{{ path('user_home')}}">ResOP</a>
14+
<a class="navbar-brand" href="{{ path('user_home')}}">{{ 'project.name' | trans }}</a>
1515
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
1616
<span class="navbar-toggler-icon"></span>
1717
</button>

templates/organization/base.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</head>
1212
<body>
1313
<nav class="navbar navbar-expand-lg navbar-light bg-light">
14-
<a class="navbar-brand" href="#">{{ 'project.name' | trans }}</a>
14+
<a class="navbar-brand" href="{{ path('app_organization_index')}}">{{ 'project.name' | trans }}</a>
1515
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarContent" aria-controls="navbarContent" aria-expanded="false" aria-label="Toggle navigation">
1616
<span class="navbar-toggler-icon"></span>
1717
</button>

0 commit comments

Comments
 (0)