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

7 lines
274 B
Text
Raw Normal View History

2017-08-17 22:00:37 +05:30
%li
2017-09-10 17:25:29 +05:30
= link_to wiki_page.title, project_wiki_path(@project, 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