summaryrefslogtreecommitdiff
path: root/app/views/projects/services
diff options
context:
space:
mode:
authorMatt Coleman <matt@datto.com>2017-09-29 18:52:07 -0400
committerMatt Coleman <matt@datto.com>2017-09-29 19:14:46 -0400
commit10aa165e8a3ee1b4c49747c09e9231a450e9c8ce (patch)
treef6218915276ae9bcea65bb1f96f16cfc6d61e23b /app/views/projects/services
parent53b3ad5f7ce50bfdb1dd0c72b3cc2b020f52abe1 (diff)
downloadgitlab-ce-10aa165e8a3ee1b4c49747c09e9231a450e9c8ce.tar.gz
Fix edit project service cancel button position
Diffstat (limited to 'app/views/projects/services')
-rw-r--r--app/views/projects/services/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/services/_form.html.haml b/app/views/projects/services/_form.html.haml
index b842fd57cf3..c0b1c62e8ef 100644
--- a/app/views/projects/services/_form.html.haml
+++ b/app/views/projects/services/_form.html.haml
@@ -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