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-04-04 11:53:39 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-04 11:53:39 +0400
commit98b7717df7e455b745c47582dcd5718f2ab904a2 (patch)
tree9da36ad23a455e169256318accbc9dfc0c689fa9 /app/views/issues
parent568ce1edd7df2eaf511878ccc3b202fcad7931a3 (diff)
Remove user decorator
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 3d1ecd43881..ab34116b42f 100644
--- a/app/views/issues/_issue.html.haml
+++ b/app/views/issues/_issue.html.haml
@@ -34,6 +34,6 @@
= render 'votes/votes_inline', votable: issue
%span
- issue.labels.each do |label|
- %span.label
+ %span.label.label-info
%i.icon-tag
= label.name