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:
authorRémy Coutable <remy@rymai.me>2017-10-04 19:47:40 +0300
committerRémy Coutable <remy@rymai.me>2017-10-04 19:47:40 +0300
commit4155a62f3bdc6e412e91b641412f0a03ecc49d59 (patch)
tree6fb372c4ede2a864e91c791d730a3e4bcaef770f /app/views/projects/services
parent6552ec3d266298fe3ff52de45aadda579dfd79ae (diff)
parent10aa165e8a3ee1b4c49747c09e9231a450e9c8ce (diff)
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
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