gitlab-org--gitlab-foss/app/views/groups/issues.html.haml
Dmitriy Zaporozhets 1b1a408a71
Convert span into col-md
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-30 23:55:15 +02:00

15 lines
363 B
Text

%h3.page-title
Issues assigned to me
%span.pull-right #{@issues.total_count} issues
%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
.col-md-3
= render 'shared/filter', entity: 'issue'
.col-md-9
= render 'shared/issues'