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:
authorDouwe Maan <douwe@selenight.nl>2016-03-08 13:50:51 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-03-17 06:02:52 +0300
commit738812240c34143f9527afc2ea9eb83885c75a21 (patch)
treee80183b67c6969b582b02e2659d605e18c50c081 /app/views/admin/labels
parentc280edd31c6ab7f6eb757552d165efc69fcfbc9a (diff)
Add label description in tooltip to labels in issue index and sidebar
Diffstat (limited to 'app/views/admin/labels')
-rw-r--r--app/views/admin/labels/_label.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/labels/_label.html.haml b/app/views/admin/labels/_label.html.haml
index 5736a301910..f417b2e44a4 100644
--- a/app/views/admin/labels/_label.html.haml
+++ b/app/views/admin/labels/_label.html.haml
@@ -1,6 +1,6 @@
%li{id: dom_id(label)}
.label-row
- = render_colored_label(label)
+ = render_colored_label(label, tooltip: false)
= markdown(label.description, pipeline: :single_line)
.pull-right
= link_to 'Edit', edit_admin_label_path(label), class: 'btn btn-sm'