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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_label_full_path.html.haml')
-rw-r--r--app/views/shared/_label_full_path.html.haml6
1 files changed, 5 insertions, 1 deletions
diff --git a/app/views/shared/_label_full_path.html.haml b/app/views/shared/_label_full_path.html.haml
index fd67bbbbd10..b9e5e979ce5 100644
--- a/app/views/shared/_label_full_path.html.haml
+++ b/app/views/shared/_label_full_path.html.haml
@@ -1,4 +1,8 @@
- full_path = label.subject_full_name
-.label-badge.gl-bg-gray-50.gl-max-w-full.gl-text-truncate{ title: full_path }
+.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')
= full_path