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

_project.html.haml « dashboard « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d638a161f40613c4265154348481cab6bc20382a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
= link_to namespace_project_path(project.namespace, project), class: dom_class(project) do
  .dash-project-avatar
    = project_icon("#{project.namespace.to_param}/#{project.to_param}", alt: '', class: 'avatar project-avatar s40')
  .dash-project-access-icon
    = visibility_level_icon(project.visibility_level)
  %span.str-truncated
    %span.namespace-name
      - if project.namespace
        = project.namespace.human_name
        \/
    %span.project-name.filter-title
      = project.name
  %span.arrow
    %i.fa.fa-angle-right