debian-mirror-gitlab/app/views/shared/_label_full_path.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
282 B
Text
Raw Normal View History

2021-01-03 14:25:43 +05:30
- full_path = label.subject_full_name
2023-07-09 08:55:56 +05:30
.gl-font-sm.gl-font-weight-semibold.gl-text-secondary
- if label.project_label?
= sprite_icon('project', size: 12, css_class: 'gl-text-gray-600')
- else
= sprite_icon('group', size: 12, css_class: 'gl-text-gray-600')
2021-01-03 14:25:43 +05:30
= full_path