summaryrefslogtreecommitdiff
path: root/app/views/help
diff options
context:
space:
mode:
authorBastian Blank <waldi@debian.org>2019-03-30 00:33:13 +0100
committerBastian Blank <waldi@debian.org>2019-04-27 12:05:32 +0200
commit3b86728070732cab4854799b4e954bcd16e07a3c (patch)
treed27df67b5ec88b07a49c43c958fa849706023d64 /app/views/help
parent265b789476479c29ea88db174aca1d80ddf24358 (diff)
downloadgitlab-ce-3b86728070732cab4854799b4e954bcd16e07a3c.tar.gz
Format extra help page text like wiki
The instance specific help text was not rendered in any way compatible with the look and feel of the rest of the page. Just re-use the wiki style like the rest of the page.
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/index.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml
index 916f98a62d1..75e4dc46c9b 100644
--- a/app/views/help/index.html.haml
+++ b/app/views/help/index.html.haml
@@ -1,6 +1,7 @@
%div
- if Gitlab::CurrentSettings.help_page_text.present?
- = markdown_field(Gitlab::CurrentSettings.current_application_settings, :help_page_text)
+ .prepend-top-default.md
+ = markdown_field(Gitlab::CurrentSettings.current_application_settings, :help_page_text)
%hr
%h1