2017-07-06 12:24:03 -04:00
|
|
|
- @hide_top_links = true
|
2018-04-06 05:52:39 -04:00
|
|
|
- page_title _("Issues")
|
|
|
|
- @breadcrumb_link = issues_dashboard_path(assignee_id: current_user.id)
|
2015-04-21 10:31:40 -04:00
|
|
|
= content_for :meta_tags do
|
2018-04-08 00:35:30 -04:00
|
|
|
= auto_discovery_link_tag(:atom, safe_params.merge(rss_url_options).to_h, title: "#{current_user.name} issues")
|
2015-04-21 10:31:40 -04:00
|
|
|
|
2018-10-06 10:21:38 -04:00
|
|
|
.page-title-holder
|
|
|
|
%h1.page-title= _('Issues')
|
|
|
|
|
|
|
|
- if current_user
|
|
|
|
.page-title-controls
|
|
|
|
= render 'shared/new_project_item_select', path: 'issues/new', label: "New issue", with_feature_enabled: 'issues', type: :issues
|
|
|
|
|
2016-02-05 05:35:55 -05:00
|
|
|
.top-area
|
2018-03-23 10:27:15 -04:00
|
|
|
= render 'shared/issuable/nav', type: :issues, display_count: !@no_filters_set
|
2017-09-06 04:38:48 -04:00
|
|
|
.nav-controls
|
2018-05-31 10:01:04 -04:00
|
|
|
= render 'shared/issuable/feed_buttons'
|
2015-04-21 10:46:46 -04:00
|
|
|
|
2016-02-05 05:35:55 -05:00
|
|
|
= render 'shared/issuable/filter', type: :issues
|
2018-03-29 07:43:53 -04:00
|
|
|
|
|
|
|
- if current_user && @no_filters_set
|
|
|
|
= render 'shared/dashboard/no_filter_selected'
|
|
|
|
- else
|
|
|
|
= render 'shared/issues'
|