summaryrefslogtreecommitdiff
path: root/app/views/groups/issues.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-06 21:12:01 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-06 21:12:01 +0300
commit512cd02335de9de22aab688743a01fa868229f0d (patch)
tree6996e941f796450bcb25150f502eb861bddeeaf4 /app/views/groups/issues.html.haml
parent21c70354f609c292d302c433f9f9bcea31674ab9 (diff)
downloadgitlab-ce-512cd02335de9de22aab688743a01fa868229f0d.tar.gz
Dashboard/Group issues and mr pages refactoring
Diffstat (limited to 'app/views/groups/issues.html.haml')
-rw-r--r--app/views/groups/issues.html.haml16
1 files changed, 2 insertions, 14 deletions
diff --git a/app/views/groups/issues.html.haml b/app/views/groups/issues.html.haml
index 5c76f1c22ed..2785f92e41b 100644
--- a/app/views/groups/issues.html.haml
+++ b/app/views/groups/issues.html.haml
@@ -6,18 +6,6 @@
%hr
.row
.span3
- = render 'filter', entity: 'issue'
+ = render 'shared/filter', entity: 'issue'
.span9
- - if @issues.any?
- - @issues.group_by(&:project).each do |group|
- %div.ui-box
- - project = group[0]
- .title
- = link_to_project project
- %ul.well-list.issues-list
- - group[1].each do |issue|
- = render 'projects/issues/issue', issue: issue
- %hr
- = paginate @issues, theme: "gitlab"
- - else
- %p.nothing_here_message Nothing to show here
+ = render 'shared/issues'