summaryrefslogtreecommitdiff
path: root/app/views/admin/services
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/services')
-rw-r--r--app/views/admin/services/_form.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/admin/services/_form.html.haml b/app/views/admin/services/_form.html.haml
index 291e48efc12..a953833b37c 100644
--- a/app/views/admin/services/_form.html.haml
+++ b/app/views/admin/services/_form.html.haml
@@ -14,9 +14,9 @@
= preserve do
= markdown @service.help
- .form-group
- = f.label :url, "Trigger", class: 'control-label'
- - if @service.supported_events.length > 1
+ - if @service.supported_events.length > 1
+ .form-group
+ = f.label :url, "Trigger", class: 'control-label'
.col-sm-10
- if @service.supported_events.include?("push")
%div