diff options
| author | Bryce Johnson <bryce@gitlab.com> | 2016-11-02 11:35:21 +0100 |
|---|---|---|
| committer | Bryce Johnson <bryce@gitlab.com> | 2016-11-02 11:35:21 +0100 |
| commit | d939fbed0953be5e19308ec7dc7832cfd1d38160 (patch) | |
| tree | 1edbbb9c9b952f418d65695daa1b10c011e5e9f5 /app/views/groups | |
| parent | b193531b39fb8299477af1413c1861f00d7105b8 (diff) | |
| download | gitlab-ce-d939fbed0953be5e19308ec7dc7832cfd1d38160.tar.gz | |
Change show-gl-field-errors to gl-show-field-errors
Diffstat (limited to 'app/views/groups')
| -rw-r--r-- | app/views/groups/edit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/edit.html.haml b/app/views/groups/edit.html.haml index db04ab0e980..88eddad5ebe 100644 --- a/app/views/groups/edit.html.haml +++ b/app/views/groups/edit.html.haml @@ -2,7 +2,7 @@ .panel-heading Group settings .panel-body - = form_for @group, html: { multipart: true, class: "form-horizontal show-gl-field-errors" }, authenticity_token: true do |f| + = form_for @group, html: { multipart: true, class: "form-horizontal gl-show-field-errors" }, authenticity_token: true do |f| = form_errors(@group) = render 'shared/group_form', f: f |
