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

show.html.haml « work_items « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7def8b0d6e681316ef844a3bea9e61fd43c814ff (plain)
1
2
3
4
5
6
7
- page_title "##{request.params['iid']}"
- add_to_breadcrumbs _("Issues"), issues_group_path(@group)
- add_page_specific_style 'page_bundles/work_items'
- @gfm_form = true
- @noteable_type = 'WorkItem'

#js-work-items{ data: work_items_index_data(@group).merge(iid: request.params['iid']) }