debian-mirror-gitlab/app/views/shared/wikis/_sidebar_wiki_page.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
211 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
%li{ class: active_when(params[:id] == wiki_page.slug) }
2021-04-17 20:07:23 +05:30
= link_to wiki_page_path(@wiki, wiki_page), data: { qa_selector: 'wiki_page_link', qa_page_name: wiki_page.human_title } do
2019-02-15 15:39:39 +05:30
= wiki_page.human_title