gitlab-org--gitlab-foss/app/views/layouts/group_settings.html.haml
Robert Speicher 6dc252e406
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 18:28:54 -07:00

4 lines
77 B
Text

- page_title _("Settings")
- nav "group"
= render template: "layouts/group"