2015-04-30 13:06:18 -04:00
|
|
|
- page_title "Issues"
|
2015-04-21 10:31:40 -04:00
|
|
|
= 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")
|
|
|
|
|
2013-07-13 01:45:48 -04:00
|
|
|
%h3.page-title
|
2013-12-24 07:53:52 -05:00
|
|
|
Issues
|
2012-01-27 17:51:02 -05:00
|
|
|
|
2013-07-31 10:53:42 -04:00
|
|
|
%p.light
|
2014-02-11 04:03:44 -05:00
|
|
|
List all issues from all projects you have access to.
|
2013-07-31 10:53:42 -04:00
|
|
|
%hr
|
|
|
|
|
2014-12-23 11:49:39 -05:00
|
|
|
.append-bottom-20
|
2015-04-21 10:46:46 -04:00
|
|
|
.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
|
|
|
|
|
2015-06-25 09:10:21 -04:00
|
|
|
= render 'shared/issuable/filter', type: :issues
|
2014-12-23 11:49:39 -05:00
|
|
|
= render 'shared/issues'
|