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

12 lines
204 B
Plaintext
Raw Normal View History

%h3.page-title
2012-10-02 17:42:15 +00:00
Issues
%small (assigned to you)
2013-01-30 14:40:43 +00:00
%small.pull-right #{@issues.total_count} issues
2012-10-02 17:42:15 +00:00
%hr
.row
.span3
= render 'shared/filter', entity: 'issue'
.span9
= render 'shared/issues'