Merge branch '55948-help-text-formatting-wiki' into 'master'

Format extra help page text like wiki

Closes #55948

See merge request gitlab-org/gitlab-ce!26782
This commit is contained in:
Annabel Dunstone Gray 2019-04-29 15:02:24 +00:00
commit 43c7dae9aa
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