summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Powers <web@bennypowers.com>2017-01-17 00:12:14 +0000
committerBenny Powers <bennyp@Pro.local>2017-01-19 22:20:53 -0500
commit69e8aec0ea8c62d25ce683bc4e68080f9ee573e1 (patch)
tree13eb30f4c891278c696ef41932a6e5a15bfc05ef
parent66a862ad44b4dd5ad37688b86c509f39c37b22cd (diff)
downloadgitlab-ce-69e8aec0ea8c62d25ce683bc4e68080f9ee573e1.tar.gz
Corrected HAML markup in git_access.html.haml
-rw-r--r--app/views/projects/wikis/git_access.html.haml8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/views/projects/wikis/git_access.html.haml b/app/views/projects/wikis/git_access.html.haml
index a1db57739f4..84566b2b339 100644
--- a/app/views/projects/wikis/git_access.html.haml
+++ b/app/views/projects/wikis/git_access.html.haml
@@ -14,7 +14,13 @@
.wiki-git-access
%h3 Install Gollum
- %p= It is recommended to install github-markdown so that GFM features render locally
+ %pre.dark
+ :preserve
+ gem install gollum
+ %p
+ It is recommended to install
+ %code github-markdown
+ so that GFM features render locally:
%pre.dark
:preserve
gem install github-markdown