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:
authorPeter Leitzen <pleitzen@gitlab.com>2019-01-10 20:50:14 +0300
committerPeter Leitzen <pleitzen@gitlab.com>2019-01-15 23:33:40 +0300
commit77eff52afa379d653c47ecc64e75779a330be5e1 (patch)
tree34a35116cf6d491e0c90e0e4e191ebfe3edff434 /app/views/layouts
parent75b1837da79b5244a8da6bde1e391343fef59431 (diff)
Remove `error_tracking` feature flag
We introduced the feature flag `error_tracking` to test the Sentry MVC safely. After the successful test, we remove it again.
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/nav/sidebar/_project.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/sidebar/_project.html.haml b/app/views/layouts/nav/sidebar/_project.html.haml
index d62cbc1684b..f2f4cd66f7c 100644
--- a/app/views/layouts/nav/sidebar/_project.html.haml
+++ b/app/views/layouts/nav/sidebar/_project.html.haml
@@ -227,7 +227,7 @@
%span
= _('Environments')
- - if project_nav_tab?(:error_tracking) && Feature.enabled?(:error_tracking, @project)
+ - if project_nav_tab?(:error_tracking)
= nav_link(controller: :error_tracking) do
= link_to project_error_tracking_index_path(@project), title: _('Error Tracking'), class: 'shortcuts-tracking qa-operations-tracking-link' do
%span