Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Chill-project
Chill-Main
Commits
47bbd6ec
Commit
47bbd6ec
authored
Nov 21, 2014
by
Marc Ducobu
Browse files
Use the twig.global.installation.name for app title in the layout
parent
54c197af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Resources/views/layout.html.twig
View file @
47bbd6ec
...
...
@@ -28,7 +28,7 @@
<header
class=
"navigation container"
>
<div
class=
"nav grid-2"
>
<ul
id=
"navigation-menu"
>
<li
class=
"nav-link nav-title"
><a
href=
"
{{
path
(
'chill_main_homepage'
)
}}
"
>
Chill
</a>
<li
class=
"nav-link nav-title"
><a
href=
"
{{
path
(
'chill_main_homepage'
)
}}
"
>
{{
installation.name
}}
</a>
</ul>
</div>
<div
class=
"grid-4 navigation-search"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment