Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenny Powers <web@bennypowers.com>2017-01-17 03:12:14 +0300
committerBenny Powers <bennyp@Pro.local>2017-01-20 06:20:53 +0300
commit69e8aec0ea8c62d25ce683bc4e68080f9ee573e1 (patch)
tree13eb30f4c891278c696ef41932a6e5a15bfc05ef /app/views/projects/wikis
parent66a862ad44b4dd5ad37688b86c509f39c37b22cd (diff)
Corrected HAML markup in git_access.html.haml
Diffstat (limited to 'app/views/projects/wikis')
-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