summaryrefslogtreecommitdiff
path: root/app/views/projects/work_items/index.html.haml
blob: 69597aab7ef95f9894dc20535a347865f2845bf1 (plain)
1
2
3
4
5
6
7
- page_title s_('WorkItem|Work Items')
- add_page_specific_style 'page_bundles/work_items'
- @gfm_form = true
- @noteable_type = 'WorkItem'

#js-work-items{ data: work_items_index_data(@project) }
= render 'projects/invite_members_modal', project: @project