summaryrefslogtreecommitdiff
path: root/app/views/projects/pages/disabled.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/pages/disabled.html.haml')
-rw-r--r--app/views/projects/pages/disabled.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/projects/pages/disabled.html.haml b/app/views/projects/pages/disabled.html.haml
new file mode 100644
index 00000000000..769ecac636b
--- /dev/null
+++ b/app/views/projects/pages/disabled.html.haml
@@ -0,0 +1,4 @@
+= render 'header'
+
+.bs-callout.bs-callout-warning
+ = html_escape_once(s_('GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project\'s %{strong_start}Settings &gt; General &gt; Visibility%{strong_end} page.')).html_safe % { strong_start: '<strong>'.html_safe, strong_end: '</strong>'.html_safe }