Fix edit project service cancel button position

This commit is contained in:
Matt Coleman 2017-09-29 18:52:07 -04:00
parent 53b3ad5f7c
commit 10aa165e8a
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -0,0 +1,5 @@
---
title: Fix edit project service cancel button position
merge_request: 14596
author: Matt Coleman
type: fixed