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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
688 B
Text
Raw Normal View History

2018-05-09 12:01:36 +05:30
- page_title _("Issues")
2019-02-15 15:39:39 +05:30
- @breadcrumb_link = issues_dashboard_path(assignee_username: current_user.username)
2023-03-04 22:38:38 +05:30
- add_page_specific_style 'page_bundles/issuable_list'
2023-01-13 00:05:48 +05:30
- add_page_specific_style 'page_bundles/dashboard'
2015-09-11 14:41:01 +05:30
= content_for :meta_tags do
2018-06-27 16:04:02 +05:30
= auto_discovery_link_tag(:atom, safe_params.merge(rss_url_options).to_h, title: "#{current_user.name} issues")
2015-09-11 14:41:01 +05:30
2021-04-17 20:07:23 +05:30
= render_dashboard_ultimate_trial(current_user)
2019-02-15 15:39:39 +05:30
2023-07-09 08:55:56 +05:30
.page-title-holder.gl-display-flex.gl-align-items-center
2022-07-23 23:45:48 +05:30
%h1.page-title.gl-font-size-h-display= _('Issues')
2018-12-13 13:39:08 +05:30
- if current_user
.page-title-controls
2023-04-23 21:23:45 +05:30
= render 'shared/new_project_item_vue_select'
2018-12-05 23:21:45 +05:30
2023-07-09 08:55:56 +05:30
.js-issues-dashboard{ data: dashboard_issues_list_data(current_user) }