summaryrefslogtreecommitdiff
path: root/app/views/projects/alert_management/details.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/alert_management/details.html.haml')
-rw-r--r--app/views/projects/alert_management/details.html.haml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/views/projects/alert_management/details.html.haml b/app/views/projects/alert_management/details.html.haml
new file mode 100644
index 00000000000..5230d5e3476
--- /dev/null
+++ b/app/views/projects/alert_management/details.html.haml
@@ -0,0 +1,4 @@
+- add_to_breadcrumbs s_('AlertManagement|Alerts'), project_alert_management_index_path(@project)
+- page_title s_('AlertManagement|Alert detail')
+
+#js-alert_details{ data: alert_management_detail_data(@project, @alert_id) }