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

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

7 lines
345 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
%li
2021-01-03 14:25:43 +05:30
= link_to wiki_page.human_title, wiki_page_path(@wiki, wiki_page), data: { qa_selector: 'wiki_page_link', qa_page_name: wiki_page.slug }
2017-08-17 22:00:37 +05:30
%small (#{wiki_page.format})
2018-11-08 19:23:39 +05:30
.float-right
2018-12-13 13:39:08 +05:30
- if wiki_page.last_version
%small= (s_("Last edited %{date}") % { date: time_ago_with_tooltip(wiki_page.last_version.authored_date) }).html_safe