gitlab-org--gitlab-foss/app/views/dashboard/issues.html.haml

22 lines
616 B
Plaintext
Raw Normal View History

2015-04-30 17:06:18 +00:00
- page_title "Issues"
= 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")
%h3.page-title
Issues
2012-01-27 22:51:02 +00:00
2013-07-31 14:53:42 +00:00
%p.light
List all issues from all projects you have access to.
2013-07-31 14:53:42 +00:00
%hr
.append-bottom-20
.pull-right
- if current_user
.hidden-xs.pull-left
= link_to issues_dashboard_url(format: :atom, private_token: current_user.private_token), class: 'btn' do
%i.fa.fa-rss
= render 'shared/issuable_filter', type: :issues
= render 'shared/issues'