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")
|
|
|
|
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2015-04-26 12:48:37 +05:30
|
|
|
.append-bottom-20
|
2015-09-11 14:41:01 +05:30
|
|
|
.pull-right
|
|
|
|
- if current_user
|
2015-09-25 12:07:36 +05:30
|
|
|
.hidden-xs.pull-left.prepend-top-20
|
|
|
|
= link_to issues_dashboard_url(format: :atom, private_token: current_user.private_token), class: '' do
|
2015-09-11 14:41:01 +05:30
|
|
|
%i.fa.fa-rss
|
|
|
|
|
|
|
|
= render 'shared/issuable/filter', type: :issues
|
2015-09-25 12:07:36 +05:30
|
|
|
|
2015-04-26 12:48:37 +05:30
|
|
|
= render 'shared/issues'
|