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

7 lines
268 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
%li
2020-06-23 00:09:42 +05:30
= link_to wiki_page.title, wiki_page_path(@wiki, wiki_page)
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