summaryrefslogtreecommitdiff
path: root/app/views/projects
diff options
context:
space:
mode:
authorJose <jivanvl@hotmail.com>2018-04-25 15:30:12 -0500
committerJose <jvargas@gitlab.com>2018-05-08 13:08:25 -0500
commit729572cd5b0e416bcf03aef936d8a27e93d84027 (patch)
tree41c23af7c5ef09237a9d7f145c530daa65764662 /app/views/projects
parentb215db37f878bfc4a753705e453f74b8db6546e4 (diff)
downloadgitlab-ce-729572cd5b0e416bcf03aef936d8a27e93d84027.tar.gz
Fix missing anchor link on wiki page44956-wiki-headings-no-longer-show-anchor-link
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/_wiki.html.haml2
-rw-r--r--app/views/projects/wikis/show.html.haml2
2 files changed, 2 insertions, 2 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
diff --git a/app/views/projects/wikis/show.html.haml b/app/views/projects/wikis/show.html.haml
index b3b83cee81a..ff72c8bb75d 100644
--- a/app/views/projects/wikis/show.html.haml
+++ b/app/views/projects/wikis/show.html.haml
@@ -24,7 +24,7 @@
- history_link = link_to s_("WikiHistoricalPage|history"), project_wiki_history_path(@project, @page)
= (s_("WikiHistoricalPage|You can view the %{most_recent_link} or browse the %{history_link}.") % { most_recent_link: most_recent_link, history_link: history_link }).html_safe
-.wiki-holder.prepend-top-default.append-bottom-default
+.prepend-top-default.append-bottom-default
.wiki
= render_wiki_content(@page)