gitlab-org--gitlab-foss/app/views/groups/issues.html.haml

16 lines
357 B
Plaintext
Raw Normal View History

%h3.page-title
Issues assigned to me
%span.pull-right #{@issues.total_count} issues
2012-10-02 17:42:15 +00:00
%p.light
Only issues from
%strong #{@group.name}
group are listed here. To see all issues you should visit #{link_to 'dashboard', issues_dashboard_path} page.
%hr
.row
.span3
= render 'shared/filter', entity: 'issue'
.span9
= render 'shared/issues'