From 453be7c03aef2ba9c127199a64146ba483c43448 Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Thu, 15 Dec 2016 12:28:53 +0000 Subject: Added recommendation to install github-markdown --- app/views/projects/wikis/git_access.html.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/projects/wikis/git_access.html.haml b/app/views/projects/wikis/git_access.html.haml index e25d6a48573..a1db57739f4 100644 --- a/app/views/projects/wikis/git_access.html.haml +++ b/app/views/projects/wikis/git_access.html.haml @@ -14,6 +14,10 @@ .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 github-markdown %pre.dark :preserve gem install gollum -- cgit v1.2.3 From e4db397e7cf5b9a22062822579f1f700f94a3b69 Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Tue, 17 Jan 2017 00:12:14 +0000 Subject: Corrected HAML markup in git_access.html.haml --- app/views/projects/wikis/git_access.html.haml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3 From b5b372f6a83ce1ad533a79e306a5781720cbca36 Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Tue, 17 Jan 2017 21:22:49 +0000 Subject: Removed duplicated content --- app/views/projects/wikis/git_access.html.haml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/projects/wikis/git_access.html.haml b/app/views/projects/wikis/git_access.html.haml index 84566b2b339..fb0efd85dcd 100644 --- a/app/views/projects/wikis/git_access.html.haml +++ b/app/views/projects/wikis/git_access.html.haml @@ -24,9 +24,6 @@ %pre.dark :preserve gem install github-markdown - %pre.dark - :preserve - gem install gollum %h3 Clone your wiki %pre.dark -- cgit v1.2.3 From 66a862ad44b4dd5ad37688b86c509f39c37b22cd Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Thu, 15 Dec 2016 12:28:53 +0000 Subject: Added recommendation to install github-markdown --- app/views/projects/wikis/git_access.html.haml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/views/projects/wikis/git_access.html.haml b/app/views/projects/wikis/git_access.html.haml index e25d6a48573..a1db57739f4 100644 --- a/app/views/projects/wikis/git_access.html.haml +++ b/app/views/projects/wikis/git_access.html.haml @@ -14,6 +14,10 @@ .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 github-markdown %pre.dark :preserve gem install gollum -- cgit v1.2.3 From 69e8aec0ea8c62d25ce683bc4e68080f9ee573e1 Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Tue, 17 Jan 2017 00:12:14 +0000 Subject: Corrected HAML markup in git_access.html.haml --- app/views/projects/wikis/git_access.html.haml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3 From 46859f7b59d6535836a358086194c8c41ac1b344 Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Tue, 17 Jan 2017 21:22:49 +0000 Subject: Removed duplicated content --- app/views/projects/wikis/git_access.html.haml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/projects/wikis/git_access.html.haml b/app/views/projects/wikis/git_access.html.haml index 84566b2b339..fb0efd85dcd 100644 --- a/app/views/projects/wikis/git_access.html.haml +++ b/app/views/projects/wikis/git_access.html.haml @@ -24,9 +24,6 @@ %pre.dark :preserve gem install github-markdown - %pre.dark - :preserve - gem install gollum %h3 Clone your wiki %pre.dark -- cgit v1.2.3