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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReuben Pereira <rpereira@gitlab.com>2019-03-15 02:50:21 +0300
committerMike Greiling <mike@pixelcog.com>2019-03-15 02:50:21 +0300
commitcc2ed858a44a7e01dd04aed6718a7b232209b4bc (patch)
treec0cd1dce23ad9e9656d7262fe95fd8c9154659ca /app/views/projects/settings/operations/show.html.haml
parentd3d24bb4a555a21c19cbfd1ed7c743387537d5b8 (diff)
Add feature specs for settings page
Add spec for form fields Style settings sections
Diffstat (limited to 'app/views/projects/settings/operations/show.html.haml')
-rw-r--r--app/views/projects/settings/operations/show.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/settings/operations/show.html.haml b/app/views/projects/settings/operations/show.html.haml
index 2822debe426..6f777305a54 100644
--- a/app/views/projects/settings/operations/show.html.haml
+++ b/app/views/projects/settings/operations/show.html.haml
@@ -2,5 +2,6 @@
- page_title _('Operations Settings')
- breadcrumb_title _('Operations Settings')
+= render_if_exists 'projects/settings/operations/incidents'
= render 'projects/settings/operations/error_tracking', expanded: true
= render_if_exists 'projects/settings/operations/tracing'