Welcome to mirror list, hosted at ThFree Co, Russian Federation.

issues.html.haml « dashboard « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: faa68468043611cc4e9dbf25c38eaab212f9e59f (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'