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
|
2016-11-03 06:29:37 -04:00
|
|
|
= auto_discovery_link_tag(:atom, url_for(params.merge(format: :atom, private_token: current_user.private_token)), title: "#{@group.name} issues")
|
2015-04-21 10:31:40 -04:00
|
|
|
|
2016-02-05 05:35:55 -05:00
|
|
|
.top-area
|
|
|
|
= render 'shared/issuable/nav', type: :issues
|
|
|
|
.nav-controls
|
|
|
|
- if current_user
|
2016-11-03 06:29:37 -04:00
|
|
|
= link_to url_for(params.merge(format: :atom, private_token: current_user.private_token)), class: 'btn' do
|
2016-02-05 05:35:55 -05:00
|
|
|
= icon('rss')
|
2016-03-15 15:34:45 -04:00
|
|
|
%span.icon-label
|
|
|
|
Subscribe
|
2015-12-07 11:12:04 -05:00
|
|
|
= render 'shared/new_project_item_select', path: 'issues/new', label: "New Issue"
|
2015-12-02 08:02:12 -05:00
|
|
|
|
2016-02-05 05:35:55 -05:00
|
|
|
= render 'shared/issuable/filter', type: :issues
|
2013-08-15 06:13:22 -04:00
|
|
|
|
2016-04-25 16:02:15 -04:00
|
|
|
.row-content-block.second-block
|
2015-12-02 08:02:12 -05:00
|
|
|
Only issues from
|
|
|
|
%strong #{@group.name}
|
|
|
|
group are listed here.
|
|
|
|
- if current_user
|
|
|
|
To see all issues you should visit #{link_to 'dashboard', issues_dashboard_path} page.
|
2015-04-21 10:46:46 -04:00
|
|
|
|
2015-09-07 07:18:11 -04:00
|
|
|
.prepend-top-default
|
|
|
|
= render 'shared/issues'
|