summaryrefslogtreecommitdiff
path: root/app/views/projects/edit.html.haml
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2017-07-25 12:38:25 -0700
committerPhil Hughes <me@iamphill.com>2017-07-28 15:29:13 +0100
commitf8e5941d372b9b41dc76668932920b2af3fd3c28 (patch)
treef27a3f2e2202de467a0ded958345d38f1b952f44 /app/views/projects/edit.html.haml
parent7ea89083060d5f44f9b3fd4e3258798269ac883a (diff)
downloadgitlab-ce-f8e5941d372b9b41dc76668932920b2af3fd3c28.tar.gz
trying to fix tests
Diffstat (limited to 'app/views/projects/edit.html.haml')
-rw-r--r--app/views/projects/edit.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 8b1ea8fb6cb..3a2a544b205 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -157,7 +157,7 @@
%p
Customize your merge request restrictions.
.settings-content.no-animate{ class: ('expanded' if expanded) }
- = form_for [@project.namespace.becomes(Namespace), @project], remote: true, html: { multipart: true, class: "merge-request-settings" }, authenticity_token: true do |f|
+ = form_for [@project.namespace.becomes(Namespace), @project], remote: true, html: { multipart: true, class: "merge-request-settings-form" }, authenticity_token: true do |f|
= render 'merge_request_settings', form: f
= f.submit 'Save changes', class: "btn btn-save"
@@ -306,4 +306,4 @@
Saving project.
%p Please wait a moment, this page will automatically refresh when ready.
-= render 'shared/confirm_modal', phrase: @project.path \ No newline at end of file
+= render 'shared/confirm_modal', phrase: @project.path