debian-mirror-gitlab/app/views/dashboard/issues.html.haml

20 lines
809 B
Text
Raw Normal View History

2017-09-10 17:25:29 +05:30
- @hide_top_links = true
2018-05-09 12:01:36 +05:30
- page_title _("Issues")
- @breadcrumb_link = issues_dashboard_path(assignee_id: current_user.id)
2015-09-11 14:41:01 +05:30
= content_for :meta_tags do
2017-08-17 22:00:37 +05:30
= auto_discovery_link_tag(:atom, params.merge(rss_url_options), title: "#{current_user.name} issues")
2015-09-11 14:41:01 +05:30
2016-04-02 18:10:28 +05:30
.top-area
2018-05-09 12:01:36 +05:30
= render 'shared/issuable/nav', type: :issues, display_count: !@no_filters_set
2018-03-17 18:26:18 +05:30
.nav-controls
= link_to params.merge(rss_url_options), class: 'btn has-tooltip', data: { container: 'body' }, title: 'Subscribe' do
2017-08-17 22:00:37 +05:30
= icon('rss')
2018-03-17 18:26:18 +05:30
= render 'shared/new_project_item_select', path: 'issues/new', label: "New issue", with_feature_enabled: 'issues', type: :issues
2015-09-11 14:41:01 +05:30
2016-04-02 18:10:28 +05:30
= render 'shared/issuable/filter', type: :issues
2018-05-09 12:01:36 +05:30
- if current_user && @no_filters_set
= render 'shared/dashboard/no_filter_selected'
- else
= render 'shared/issues'