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

_pages_wiki_directory.html.haml « wiki_directories « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a9d2f38da88599dc1d87828d35a9785380e494bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%li
  %span.text-secondary-500.svg-icon.svg-baseline
    - if @show_children
      = sprite_icon('folder-open', size: 16)
    - else
      = sprite_icon('folder-o', size: 16)

  = link_to wiki_dir.slug, project_wiki_dir_path(@project, wiki_dir)
  - unless @show_children
    %span.badge.badge-pill.wiki-dir-page-count= wiki_dir.page_count
    .float-right
      %small= (s_("Last edited %{date}") % { date: time_ago_with_tooltip(wiki_dir.last_version.authored_date) }).html_safe
  - if @show_children
    %ul
      = render wiki_dir.pages, context: context