summaryrefslogtreecommitdiff
path: root/app/views/admin/labels/_label_row.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/labels/_label_row.html.haml')
-rw-r--r--app/views/admin/labels/_label_row.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/views/admin/labels/_label_row.html.haml b/app/views/admin/labels/_label_row.html.haml
new file mode 100644
index 00000000000..84c5c44ddcb
--- /dev/null
+++ b/app/views/admin/labels/_label_row.html.haml
@@ -0,0 +1,6 @@
+%span.label-row
+ %span.label-name
+ = render_colored_label(label, tooltip: false)
+ - if label.description
+ %span.label-description
+ = markdown(label.description, pipeline: :single_line)