summaryrefslogtreecommitdiff
path: root/app/views/projects/pages_domains/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/pages_domains/edit.html.haml')
-rw-r--r--app/views/projects/pages_domains/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/pages_domains/edit.html.haml b/app/views/projects/pages_domains/edit.html.haml
index 6c404990492..ee70de22f13 100644
--- a/app/views/projects/pages_domains/edit.html.haml
+++ b/app/views/projects/pages_domains/edit.html.haml
@@ -5,7 +5,7 @@
= @domain.domain
%hr.clearfix
%div
- = form_for [@project.namespace.becomes(Namespace), @project, @domain], html: { class: 'form-horizontal fieldset-form' } do |f|
+ = form_for [@project.namespace.becomes(Namespace), @project, @domain], html: { class: 'fieldset-form' } do |f|
= render 'form', { f: f }
.form-actions
= f.submit 'Save Changes', class: "btn btn-save"