BigW Consortium Gitlab

issues.html.haml 764 Bytes
Newer Older
1
- page_title "Issues"
2
- header_title  "Issues", issues_dashboard_path(assignee_id: current_user.id)
3 4 5 6
= 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")

7 8 9 10 11 12
.top-area
  = render 'shared/issuable/nav', type: :issues
  .nav-controls
    - if current_user
      = link_to issues_dashboard_url(format: :atom, private_token: current_user.private_token), class: 'btn' do
        = icon('rss')
13 14
        %span.icon-label
          Subscribe
15
    = render 'shared/new_project_item_select', path: 'issues/new', label: "New Issue"
16

17
= render 'shared/issuable/filter', type: :issues
18

19 20
.prepend-top-default
  = render 'shared/issues'