debian-mirror-gitlab/app/views/projects/wikis/_pages_wiki_page.html.haml
2017-08-17 22:00:37 +05:30

5 lines
227 B
Text

%li
= link_to wiki_page.title, namespace_project_wiki_path(@project.namespace, @project, wiki_page)
%small (#{wiki_page.format})
.pull-right
%small Last edited #{time_ago_with_tooltip(wiki_page.commit.authored_date)}