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.
This commit is contained in:
Bastian Blank 2019-03-30 00:33:13 +01:00
parent 265b789476
commit 3b86728070
2 changed files with 7 additions and 1 deletions

View file

@ -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

View file

@ -0,0 +1,5 @@
---
title: Format extra help page text like wiki
merge_request: 26782
author: Bastian Blank
type: fixed