Merge branch 'fix-edit-project-service-cancel-button-position' into 'master'
Fix edit project service cancel button position See merge request gitlab-org/gitlab-ce!14596
This commit is contained in:
commit
4155a62f3b
2 changed files with 6 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
- disabled_class = 'disabled'
|
||||
- disabled_title = @service.disabled_title
|
||||
|
||||
= link_to 'Cancel', project_settings_integrations_path(@project), class: 'btn btn-cancel'
|
||||
= link_to 'Cancel', project_settings_integrations_path(@project), class: 'btn btn-cancel'
|
||||
|
||||
- if lookup_context.template_exists?('show', "projects/services/#{@service.to_param}", true)
|
||||
%hr
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix edit project service cancel button position
|
||||
merge_request: 14596
|
||||
author: Matt Coleman
|
||||
type: fixed
|
Loading…
Reference in a new issue