issues.html.haml 616 字节
Newer Older
D
Douwe Maan 已提交
1
- page_title "Issues"
2 3 4 5
= 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")

6
%h3.page-title
7
  Issues
8

9
%p.light
10
  List all issues from all projects you have access to.
11 12
%hr

13
.append-bottom-20
14 15 16 17 18 19
  .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

20
  = render 'shared/issuable/filter', type: :issues
21
= render 'shared/issues'