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.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/pages_domains/edit.html.haml b/app/views/projects/pages_domains/edit.html.haml
index e11387ae742..7c0777e5496 100644
--- a/app/views/projects/pages_domains/edit.html.haml
+++ b/app/views/projects/pages_domains/edit.html.haml
@@ -3,6 +3,7 @@
- page_title @domain.domain
%h3.page-title
= @domain.domain
+= render 'projects/pages_domains/helper_text'
%hr.clearfix
%div
= form_for [@project.namespace.becomes(Namespace), @project, @domain], html: { class: 'fieldset-form' } do |f|