issues.html.haml 243 Bytes
%h3.page-title
  Issues
  %span.pull-right #{@issues.total_count} issues

%p.light
  List all issues from all project's you have access to.
%hr

.row
  .span3
    = render 'shared/filter', entity: 'issue'
  .span9
    = render 'shared/issues'