summaryrefslogtreecommitdiff
path: root/app/views/projects/settings/operations/show.html.haml
blob: edc2c58a8ed6dffbf94a8118a12d6495ba1e1777 (plain)
1
2
3
4
5
6
7
8
- @content_class = 'limit-container-width' unless fluid_layout
- page_title _('Operations Settings')
- breadcrumb_title _('Operations Settings')

= render_if_exists 'projects/settings/operations/incidents'
= render 'projects/settings/operations/error_tracking', expanded: true
= render 'projects/settings/operations/external_dashboard'
= render_if_exists 'projects/settings/operations/tracing'