OSDN Git Service

Convert span into col-md
[wvm/gitlab.git] / app / views / groups / issues.html.haml
1 %h3.page-title
2   Issues assigned to me
3   %span.pull-right #{@issues.total_count} issues
4
5 %p.light
6   Only issues from
7   %strong #{@group.name}
8   group are listed here. To see all issues you should visit #{link_to 'dashboard', issues_dashboard_path} page.
9 %hr
10
11 .row
12   .col-md-3
13     = render 'shared/filter', entity: 'issue'
14   .col-md-9
15     = render 'shared/issues'