gitlab-org--gitlab-foss/app/views/projects/wikis/_pages_wiki_page.html.haml
2017-09-28 13:31:47 -04:00

5 lines
233 B
Text

%li
= link_to wiki_page.title, project_wiki_path(@project, wiki_page)
%small (#{wiki_page.format})
.pull-right
%small= (s_("Last edited %{date}") % { date: time_ago_with_tooltip(wiki_page.commit.authored_date) }).html_safe