This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-gitlab
/
gitlab-org--gitlab-foss
Watch
1
Star
0
Fork
You've already forked gitlab-org--gitlab-foss
0
Code
Releases
Activity
fee7036394
gitlab-org--gitlab-foss
/
app
/
views
/
layouts
/
group_settings.html.haml
5 lines
77 B
Text
Raw
Normal View
History
Unescape
Escape
Fix incorrect `page_title`, `nav`, and `header_title` usage in views During https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19766, several usages of these helper methods were mistakenly changed to instead assign to a (completely unused) local variable. When `page_title` was misused, for example, this resulted in the page no longer having a custom title set.
2018-08-31 21:25:28 -04:00
- page_title _("Settings")
- nav "group"
Fix consistency issue in sidebars of Project and Group Settings. Fixes #2277.
2015-06-15 18:32:14 -04:00
= render template: "layouts/group"
Copy permalink