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

6 lines
239 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})
.pull-right
2018-03-17 18:26:18 +05:30
%small= (s_("Last edited %{date}") % { date: time_ago_with_tooltip(wiki_page.last_version.authored_date) }).html_safe