diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-22 15:09:27 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-06-22 15:09:27 +0000 |
commit | e829ca213b25b49faa619c0363059c6ed0a5a112 (patch) | |
tree | 0db00d8f17cf6f278cc68fb6b3739fda8d44fea6 /app/views/shared/wikis/show.html.haml | |
parent | 6046a605fdbb6d180861c978d17fe3516b2e7507 (diff) | |
download | gitlab-ce-e829ca213b25b49faa619c0363059c6ed0a5a112.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/shared/wikis/show.html.haml')
-rw-r--r-- | app/views/shared/wikis/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/wikis/show.html.haml b/app/views/shared/wikis/show.html.haml index a4f3996e5de..00beca36855 100644 --- a/app/views/shared/wikis/show.html.haml +++ b/app/views/shared/wikis/show.html.haml @@ -25,7 +25,7 @@ - history_link = link_to s_("WikiHistoricalPage|history"), wiki_page_path(@wiki, @page, action: :history) = (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 -.prepend-top-default.append-bottom-default +.prepend-top-default.gl-mb-3 .md{ data: { qa_selector: 'wiki_page_content' } } = render_wiki_content(@page) |