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
|
|
|
|
- if current_user
|
|
|
|
= auto_discovery_link_tag(:atom, issues_dashboard_url(format: :atom, private_token: current_user.private_token), title: "#{current_user.name} issues")
|
|
|
|
|
2016-04-02 18:10:28 +05:30
|
|
|
.top-area
|
|
|
|
= render 'shared/issuable/nav', type: :issues
|
|
|
|
.nav-controls
|
|
|
|
- if current_user
|
|
|
|
= link_to issues_dashboard_url(format: :atom, private_token: current_user.private_token), class: 'btn' do
|
|
|
|
= icon('rss')
|
2016-06-02 11:05:42 +05:30
|
|
|
%span.icon-label
|
|
|
|
Subscribe
|
2015-12-23 02:04:40 +05:30
|
|
|
= 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
|
2015-12-23 02:04:40 +05:30
|
|
|
|
|
|
|
.prepend-top-default
|
|
|
|
= render 'shared/issues'
|