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:
parent
265b789476
commit
3b86728070
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Format extra help page text like wiki
|
||||
merge_request: 26782
|
||||
author: Bastian Blank
|
||||
type: fixed
|
Loading…
Reference in a new issue