Skip to content
Snippets Groups Projects
issues.html.haml 363 B
Newer Older
  • Learn to ignore specific revisions
  •   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.
    
      .col-md-3
    
        = render 'shared/filter', entity: 'issue'
    
      .col-md-9
    
        = render 'shared/issues'