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

details.html.haml « alert_management « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 66bbed8c5ec250f5fc0f86660c2de7549aa8257e (plain)
1
2
3
4
5
- add_to_breadcrumbs s_('AlertManagement|Alerts'), project_alert_management_index_path(@project)
- page_title s_('AlertManagement|Alert detail')
- add_page_specific_style 'page_bundles/alert_management_details'

#js-alert_details{ data: alert_management_detail_data(current_user, @project, @alert_id) }