mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
15 lines
471 B
Plaintext
15 lines
471 B
Plaintext
= link_to project_path(project), class: dom_class(project) do
|
|
.dash-project-avatar
|
|
= project_icon(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
|