6dc252e406
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.
4 lines
77 B
Text
4 lines
77 B
Text
- page_title _("Settings")
|
|
- nav "group"
|
|
|
|
= render template: "layouts/group"
|