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

6 lines
197 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
%small Last edited #{time_ago_with_tooltip(wiki_page.commit.authored_date)}