summaryrefslogtreecommitdiff
path: root/app/views/dashboard/_project.html.haml
blob: e326bee53abd2dcc193e79dc96efaca5ef1b4b37 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
= link_to project_path(project), class: dom_class(project) do
  .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.icon-angle-right