bc6706fd6a
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
17 lines
613 B
Text
17 lines
613 B
Text
- page_title "Issues"
|
|
- header_title "Issues", issues_dashboard_path(assignee_id: current_user.id)
|
|
= 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")
|
|
|
|
|
|
.append-bottom-20
|
|
.pull-right
|
|
- if current_user
|
|
.hidden-xs.pull-left.prepend-top-20
|
|
= link_to issues_dashboard_url(format: :atom, private_token: current_user.private_token), class: '' do
|
|
%i.fa.fa-rss
|
|
|
|
= render 'shared/issuable/filter', type: :issues
|
|
|
|
= render 'shared/issues'
|