From c4af99d56fdef59d1da557d88a334f52e7531eb3 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Mon, 26 Jul 2021 12:10:08 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- doc/development/fe_guide/haml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/development/fe_guide/haml.md') diff --git a/doc/development/fe_guide/haml.md b/doc/development/fe_guide/haml.md index eaf475a35b6..8f501007755 100644 --- a/doc/development/fe_guide/haml.md +++ b/doc/development/fe_guide/haml.md @@ -31,7 +31,7 @@ For example: - Before: ```haml - = gitlab_ui_form_for @group do |f| + = form_for @group do |f| .form-group.gl-mb-3 .gl-form-checkbox.custom-control.custom-checkbox = f.check_box :prevent_sharing_groups_outside_hierarchy, disabled: !can_change_prevent_sharing_groups_outside_hierarchy?(@group), class: 'custom-control-input' -- cgit v1.2.1