debian-mirror-gitlab/app/views/projects/work_items/index.html.haml
2023-07-09 08:55:56 +05:30

7 lines
275 B
Text

- page_title "##{request.params['work_items_path']}"
- add_to_breadcrumbs _("Issues"), project_issues_path(@project)
- add_page_specific_style 'page_bundles/work_items'
- @gfm_form = true
- @noteable_type = 'WorkItem'
#js-work-items{ data: work_items_index_data(@project) }