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

_pages_wiki_page.html.haml « wikis « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b56ae2bf9b17a0e3ad2ca42cab5f34be78f93139 (plain)
1
2
3
4
5
6
%li
  = link_to wiki_page.title, wiki_page_path(@wiki, wiki_page), data: { qa_selector: 'wiki_page_link', qa_page_name: wiki_page.slug }
  %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