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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-07 18:57:59 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-07 18:57:59 +0400
commitbe68cc461755752697642c58154781ae4ec9ab31 (patch)
treeb9f971214e5f92101371aac8db24b0f0538167f8 /app/views/issues
parent9d668750698558ce7864c370e34a06c7a710ff00 (diff)
add Gitlab::Label class and different color labels for default labels set
Diffstat (limited to 'app/views/issues')
-rw-r--r--app/views/issues/_issue.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/_issue.html.haml b/app/views/issues/_issue.html.haml
index 6c6d45e987b..f44c0a6c81f 100644
--- a/app/views/issues/_issue.html.haml
+++ b/app/views/issues/_issue.html.haml
@@ -27,7 +27,7 @@
.issue-labels
- issue.labels.each do |label|
- %span.label.label-info
+ %span{class: "label #{label_css_class(label.name)}"}
%i.icon-tag
= label.name