summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis/_pages_wiki_page.html.haml
blob: 7c2f562d4228fec0e75b60465770577c4ba335f1 (plain)
1
2
3
4
5
%li
  = link_to wiki_page.title, project_wiki_path(@project, wiki_page)
  %small (#{wiki_page.format})
  .pull-right
    %small Last edited #{time_ago_with_tooltip(wiki_page.commit.authored_date)}