BigW Consortium Gitlab

issues.html.haml 828 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 13
.project-issuable-filter
  .controls
    .pull-left
      - 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
14

15
    = render 'shared/new_project_item_select', path: 'issues/new', label: "New Issue"
16

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

19 20 21 22 23
.gray-content-block.second-block
  List all issues from all projects you have access to.

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