gitlab-org--gitlab-foss/app/views/groups/issues.html.haml
Jason Hollingsworth 2f69213e3f Allow access to groups with public projects.
Fixed Group avatars to only display when user has read
permissions to at least one project in the group.
2014-02-20 09:26:38 -06:00

17 lines
372 B
Text

%h3.page-title
Issues
%span.pull-right #{@issues.total_count} issues
%p.light
Only issues from
%strong #{@group.name}
group are listed here.
- if current_user
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'