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:
authorThirumal S <thirumals@spritle.com>2015-10-30 16:56:56 +0300
committerThirumal S <thirumals@spritle.com>2015-10-30 16:56:56 +0300
commit74416daa660a047d3a7cb00e11e1d775b4ea0937 (patch)
treec111d01c54f2b3827712a3c34c55f730809de789 /app/views/projects/hooks
parent72ececfab18d4577fbd7e57d44b771576eb204bf (diff)
form group alignment issue fixed in webhook index page
Diffstat (limited to 'app/views/projects/hooks')
-rw-r--r--app/views/projects/hooks/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/hooks/index.html.haml b/app/views/projects/hooks/index.html.haml
index 85dbfd67862..65e00b38ad4 100644
--- a/app/views/projects/hooks/index.html.haml
+++ b/app/views/projects/hooks/index.html.haml
@@ -19,7 +19,7 @@
= f.text_field :url, class: "form-control", placeholder: 'http://example.com/trigger-ci.json'
.form-group
= f.label :url, "Trigger", class: 'control-label'
- .col-sm-10
+ .col-sm-10.form-control-padding-top
%div
= f.check_box :push_events, class: 'pull-left'
.prepend-left-20