summaryrefslogtreecommitdiff
path: root/app/views/dashboard/issues.html.haml
blob: 10867140d4fee3896d72762b593f4db1d1af8f1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- page_title "Issues"
- header_title  "Issues", issues_dashboard_path(assignee_id: current_user.id)
= content_for :meta_tags do
  = auto_discovery_link_tag(:atom, params.merge(rss_url_options), title: "#{current_user.name} issues")

.top-area
  = render 'shared/issuable/nav', type: :issues
  .nav-controls
    = link_to params.merge(rss_url_options), class: 'btn has-tooltip', title: 'Subscribe' do
      = icon('rss')
    = render 'shared/new_project_item_select', path: 'issues/new', label: "New Issue"

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