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:
authorArinde Eniola <eniolaarinde1@gmail.com>2016-04-01 20:41:36 +0300
committerArinde Eniola <eniolaarinde1@gmail.com>2016-04-06 22:27:30 +0300
commit0b5ff4714caeedf359ed5a2477bada693ccb24a9 (patch)
treed5c1f1cb3afbd4f6b4fae513e5c4781fda5eb4f5 /app/views/shared/_label_row.html.haml
parent452d1d4a8c3778f056c6c1e91e848ca6bd031edc (diff)
change the subscribe, delete and edit buttons to icons
Diffstat (limited to 'app/views/shared/_label_row.html.haml')
-rw-r--r--app/views/shared/_label_row.html.haml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/shared/_label_row.html.haml b/app/views/shared/_label_row.html.haml
index 4b47b0291be..b38c5e18efb 100644
--- a/app/views/shared/_label_row.html.haml
+++ b/app/views/shared/_label_row.html.haml
@@ -1,4 +1,5 @@
%span.label-row
- = link_to_label(label, tooltip: false)
+ %span.label-name
+ = link_to_label(label, tooltip: false)
%span.prepend-left-10
= markdown(label.description, pipeline: :single_line)