issues.html.haml 570 Bytes
Newer Older
randx's avatar
randx committed
1 2 3
%h3.page_title
  Issues
  %small (assigned to you)
4
  %small.pull-right #{@issues.total_count} issues
randx's avatar
randx committed
5

6 7 8 9 10 11 12 13
%hr
.row
  .span3
    = render 'filter', entity: 'issue'
  .span9
    - if @issues.any?
      - @issues.group_by(&:project).each do |group|
        %div.ui-box
14
          - project = group[0]
15
          %h5.title
16
            = link_to_project project
17 18
          %ul.well-list.issues_table
            - group[1].each do |issue|
19
              = render issue
20 21 22 23
      %hr
      = paginate @issues, theme: "gitlab"
    - else
      %p.nothing_here_message Nothing to show here