2013-07-13 01:45:48 -04:00
|
|
|
%h3.page-title
|
2013-07-31 10:53:42 -04:00
|
|
|
Issues assigned to me
|
2013-07-12 14:49:03 -04:00
|
|
|
%span.pull-right #{@issues.total_count} issues
|
2012-01-27 17:51:02 -05:00
|
|
|
|
2013-07-31 10:53:42 -04:00
|
|
|
%p.light
|
2013-08-15 15:06:43 -04:00
|
|
|
For all issues you should visit the project's issues page, or use the search panel to find a specific issue.
|
2013-07-31 10:53:42 -04:00
|
|
|
%hr
|
|
|
|
|
2012-11-21 00:24:05 -05:00
|
|
|
.row
|
|
|
|
.span3
|
2013-08-06 14:12:01 -04:00
|
|
|
= render 'shared/filter', entity: 'issue'
|
2012-11-21 00:24:05 -05:00
|
|
|
.span9
|
2013-08-06 14:12:01 -04:00
|
|
|
= render 'shared/issues'
|