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-12-24 13:45:42 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-24 13:45:42 +0400
commitdac67ed65f22db82bbeeaaa8532460ba772b7311 (patch)
treef81db9592fe75e41f5c49587b2f5cf3d8110df8f /app/views/shared/_issues.html.haml
parent4345e9220ee2935610c97b0226d011a4736366f1 (diff)
Use new ui-box classes
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/shared/_issues.html.haml')
-rw-r--r--app/views/shared/_issues.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_issues.html.haml b/app/views/shared/_issues.html.haml
index 3b3888a50e9..199000656fe 100644
--- a/app/views/shared/_issues.html.haml
+++ b/app/views/shared/_issues.html.haml
@@ -1,6 +1,6 @@
- if @issues.any?
- @issues.group_by(&:project).each do |group|
- .ui-box.small-box
+ .ui-box.ui-box-small
- project = group[0]
.title
= link_to_project project