diff options
Diffstat (limited to 'app/views/projects/incidents/index.html.haml')
-rw-r--r-- | app/views/projects/incidents/index.html.haml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/incidents/index.html.haml b/app/views/projects/incidents/index.html.haml index a89e93618bc..c29ab11a720 100644 --- a/app/views/projects/incidents/index.html.haml +++ b/app/views/projects/incidents/index.html.haml @@ -1,3 +1,4 @@ - page_title _('Incidents') +- add_page_specific_style 'page_bundles/incident_management_list' #js-incidents{ data: incidents_data(@project, params) } |