summaryrefslogtreecommitdiff
path: root/app/views/dashboard/issues.html.haml
blob: 352ec986ccb97c5f5fc59897505dafdf7c711b9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
- @hide_top_links = true
- page_title _("Issues")
- @breadcrumb_link = issues_dashboard_path(assignee_username: current_user.username)
= content_for :meta_tags do
  = auto_discovery_link_tag(:atom, safe_params.merge(rss_url_options).to_h, title: "#{current_user.name} issues")

= render_dashboard_gold_trial(current_user)

.page-title-holder
  %h1.page-title= _('Issues')

  - if current_user
    .page-title-controls
      = render 'shared/new_project_item_select', path: 'issues/new', label: "New issue", with_feature_enabled: 'issues', type: :issues

.top-area
  = render 'shared/issuable/nav', type: :issues, display_count: !@no_filters_set
  .nav-controls
    = render 'shared/issuable/feed_buttons'

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

- if current_user && @no_filters_set
  = render 'shared/dashboard/no_filter_selected'
- else
  = render 'shared/issues'