summaryrefslogtreecommitdiff
path: root/app/views/shared/_label_row.html.haml
diff options
context:
space:
mode:
authorArinde Eniola <eniolaarinde1@gmail.com>2016-04-14 11:16:24 +0100
committerArinde Eniola <eniolaarinde1@gmail.com>2016-04-14 11:16:24 +0100
commit5f53ca69ace953bf06afe478072836d083f941ca (patch)
treec4163a78a5bc2e0a4d6900991130b2791ba15399 /app/views/shared/_label_row.html.haml
parent6745e58f8f809a6813ac42fcd2ac82729234df1e (diff)
downloadgitlab-ce-5f53ca69ace953bf06afe478072836d083f941ca.tar.gz
fix failing tests
Diffstat (limited to 'app/views/shared/_label_row.html.haml')
-rw-r--r--app/views/shared/_label_row.html.haml8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/views/shared/_label_row.html.haml b/app/views/shared/_label_row.html.haml
index f81a04a3c86..9ce5562e667 100644
--- a/app/views/shared/_label_row.html.haml
+++ b/app/views/shared/_label_row.html.haml
@@ -1,3 +1,5 @@
-- labels.each do |l|
- %span.label-row
- = link_to_label(l, tooltip: false) \ No newline at end of file
+%span.label-row
+ %span.label-name
+ = link_to_label(label, tooltip: false)
+ %span.prepend-left-10
+ = markdown(label.description, pipeline: :single_line) \ No newline at end of file