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:
authorJose <jivanvl@hotmail.com>2018-04-25 23:30:12 +0300
committerJose <jvargas@gitlab.com>2018-05-08 21:08:25 +0300
commit729572cd5b0e416bcf03aef936d8a27e93d84027 (patch)
tree41c23af7c5ef09237a9d7f145c530daa65764662 /app/views/projects/_wiki.html.haml
parentb215db37f878bfc4a753705e453f74b8db6546e4 (diff)
Fix missing anchor link on wiki page
Diffstat (limited to 'app/views/projects/_wiki.html.haml')
-rw-r--r--app/views/projects/_wiki.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_wiki.html.haml b/app/views/projects/_wiki.html.haml
index a56c3503c77..5646dc464f8 100644
--- a/app/views/projects/_wiki.html.haml
+++ b/app/views/projects/_wiki.html.haml
@@ -1,6 +1,6 @@
- if @wiki_home.present?
%div{ class: container_class }
- .wiki-holder.prepend-top-default.append-bottom-default
+ .prepend-top-default.append-bottom-default
.wiki
= render_wiki_content(@wiki_home)
- else