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>2014-05-31 00:43:53 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-05-31 00:43:53 +0400
commit5ba00d950bb15fde71f58ac08ec22e04cc9437d6 (patch)
tree11ec52fec7d3e829d93407664556f68a7c1fcb7b /app/views/shared/_merge_requests.html.haml
parentd54d3324b1ae46a60712dbb974214e41fca5b93b (diff)
Add old ui-box style to panels
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/shared/_merge_requests.html.haml')
-rw-r--r--app/views/shared/_merge_requests.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/_merge_requests.html.haml b/app/views/shared/_merge_requests.html.haml
index 954b16cfdb5..39a1ee38f8e 100644
--- a/app/views/shared/_merge_requests.html.haml
+++ b/app/views/shared/_merge_requests.html.haml
@@ -1,6 +1,6 @@
- if @merge_requests.any?
- @merge_requests.group_by(&:target_project).each do |group|
- .panel.panel-default.panel.panel-default-small
+ .panel.panel-default.panel-small
- project = group[0]
.panel-heading
= link_to_project project