summaryrefslogtreecommitdiff
path: root/app/views/shared/_location_badge.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_location_badge.html.haml')
-rw-r--r--app/views/shared/_location_badge.html.haml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/views/shared/_location_badge.html.haml b/app/views/shared/_location_badge.html.haml
new file mode 100644
index 00000000000..dfe8bc010d6
--- /dev/null
+++ b/app/views/shared/_location_badge.html.haml
@@ -0,0 +1,13 @@
+- if controller.controller_path =~ /^groups/
+ - label = 'This group'
+- if controller.controller_path =~ /^projects/
+ - label = 'This project'
+
+.search-location-badge
+ - if label.present?
+ %span.label.label-primary
+ %i.location-text
+ = label
+
+ %a.remove-badge{href: '#'}
+ x