issues.html.haml 307 字节
Newer Older
1
%h3.page-title
2
  Issues assigned to me
3
  %span.pull-right #{@issues.total_count} issues
4

5 6 7 8
%p.light
  For all issues you should visit project issues page. Or you can use search panel to find specific issue
%hr

D
Dmitriy Zaporozhets 已提交
9 10
.row
  .span3
11
    = render 'shared/filter', entity: 'issue'
D
Dmitriy Zaporozhets 已提交
12
  .span9
13
    = render 'shared/issues'