Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_pages_wiki_page.html.haml « wikis « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cbb441d75093bb2cf8e5d51cf0ac991fad65795e (plain)
1
2
3
4
5
%li
  = link_to wiki_page.title, project_wiki_path(@project, wiki_page)
  %small (#{wiki_page.format})
  .float-right
    %small= (s_("Last edited %{date}") % { date: time_ago_with_tooltip(wiki_page.last_version.authored_date) }).html_safe