summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis/_pages_wiki_page.html.haml
blob: 6298cf6c8dafc6365c5d15fb2b9f612da34ca33a (plain)
1
2
3
4
5
%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)}