debian-mirror-gitlab/app/views/groups/issues.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
482 B
Text
Raw Normal View History

2022-07-23 23:45:48 +05:30
- page_title _('Issues')
2021-01-03 14:25:43 +05:30
- add_page_specific_style 'page_bundles/issues_list'
2015-09-11 14:41:01 +05:30
= content_for :meta_tags do
2018-06-27 16:04:02 +05:30
= auto_discovery_link_tag(:atom, safe_params.merge(rss_url_options).to_h, title: "#{@group.name} issues")
2015-09-11 14:41:01 +05:30
2022-07-23 23:45:48 +05:30
.js-issues-list{ data: group_issues_list_data(@group, current_user) }
- if can?(current_user, :admin_issue, @group) && @group.licensed_feature_available?(:group_bulk_edit)
= render_if_exists 'shared/issuable/group_bulk_update_sidebar', group: @group, type: :issues