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

show.html.haml « work_items « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e0bddf1b5de35935dfa757e5bd28e17e0b8cdf0 (plain)
1
2
3
4
5
6
7
- page_title "##{request.params['iid']}"
- 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) }