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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-17 16:45:55 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-17 16:45:55 +0400
commitd550933907a51aa6cf5ed8b042db2f7e3323fa8c (patch)
treebf3d1cc1dcb8176b3b072679501ade141b5e7bc4 /app/views/projects/services
parent2428a0b2dd8e84e285df4b356ee6f1593204cd34 (diff)
Add new method to mailer for deliver emails with push info
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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 2e2e5f41dd8..34ba55fc4cd 100644
--- a/app/views/projects/services/_form.html.haml
+++ b/app/views/projects/services/_form.html.haml
@@ -34,7 +34,7 @@
- if type == 'text'
= f.text_field name, class: "input-xlarge", placeholder: placeholder
- elsif type == 'textarea'
- = f.text_area name, rows: 5, class: "input-xlarge", placeholder: placeholder
+ = f.text_area name, rows: 5, class: "input-xxlarge", placeholder: placeholder
- elsif type == 'checkbox'
= f.check_box name