Fixed cancel button in the services form not redirecting back to the integrations settings view

This commit is contained in:
Jose Ivan Vargas 2017-01-27 09:52:09 -06:00
parent d777e6f1da
commit f68eceadcb
2 changed files with 5 additions and 1 deletions

View File

@ -17,4 +17,4 @@
- disabled_title = @service.disabled_title
= link_to 'Test settings', test_namespace_project_service_path(@project.namespace, @project, @service), class: "btn #{disabled_class}", title: disabled_title
= link_to "Cancel", namespace_project_services_path(@project.namespace, @project), class: "btn btn-cancel"
= link_to "Cancel", namespace_project_settings_integrations_path(@project.namespace, @project), class: "btn btn-cancel"

View File

@ -0,0 +1,4 @@
---
title: Fixed services form cancel not redirecting back the integrations settings view
merge_request: 8843
author: