2015-09-11 14:41:01 +05:30
|
|
|
- page_title "Issues"
|
2015-09-25 12:07:36 +05:30
|
|
|
- header_title "Issues", issues_dashboard_path(assignee_id: current_user.id)
|
2015-09-11 14:41:01 +05:30
|
|
|
= content_for :meta_tags do
|
2017-08-17 22:00:37 +05:30
|
|
|
= auto_discovery_link_tag(:atom, params.merge(rss_url_options), title: "#{current_user.name} issues")
|
2015-09-11 14:41:01 +05:30
|
|
|
|
2016-04-02 18:10:28 +05:30
|
|
|
.top-area
|
|
|
|
= render 'shared/issuable/nav', type: :issues
|
|
|
|
.nav-controls
|
2017-08-17 22:00:37 +05:30
|
|
|
= link_to params.merge(rss_url_options), class: 'btn has-tooltip', title: 'Subscribe' do
|
|
|
|
= icon('rss')
|
|
|
|
= render 'shared/new_project_item_select', path: 'issues/new', label: "New issue"
|
2015-09-11 14:41:01 +05:30
|
|
|
|
2016-04-02 18:10:28 +05:30
|
|
|
= render 'shared/issuable/filter', type: :issues
|
2017-08-17 22:00:37 +05:30
|
|
|
= render 'shared/issues'
|