19 lines
798 B
Plaintext
19 lines
798 B
Plaintext
- page_title _("Issues")
|
|
- @breadcrumb_link = issues_dashboard_path(assignee_username: current_user.username)
|
|
- add_page_specific_style 'page_bundles/issuable_list'
|
|
- add_page_specific_style 'page_bundles/dashboard'
|
|
= content_for :meta_tags do
|
|
= auto_discovery_link_tag(:atom, safe_params.merge(rss_url_options).to_h, title: "#{current_user.name} issues")
|
|
|
|
= render_dashboard_ultimate_trial(current_user)
|
|
= render_product_usage_data_collection_changes(current_user)
|
|
|
|
= render_if_exists 'shared/dashboard/saml_reauth_notice',
|
|
groups_requiring_saml_reauth: user_groups_requiring_reauth
|
|
|
|
= render ::Layouts::PageHeadingComponent.new(_('Issues')) do |c|
|
|
- c.with_actions do
|
|
= render 'shared/new_project_item_vue_select'
|
|
|
|
.js-issues-dashboard{ data: dashboard_issues_list_data(current_user) }
|