summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis/_pages_wiki_page.html.haml
blob: c156f8cbf5032c8cbad2c31ee12a2d0ea6940073 (plain)
1
2
3
4
5
6
%li
  = link_to wiki_page.title, project_wiki_path(@project, wiki_page)
  %small (#{wiki_page.format})
  .float-right
    - if wiki_page.last_version
      %small= (s_("Last edited %{date}") % { date: time_ago_with_tooltip(wiki_page.last_version.authored_date) }).html_safe