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:
authorJarka Kadlecova <jarka@gitlab.com>2017-05-22 13:07:12 +0300
committerJarka Kadlecova <jarka@gitlab.com>2017-06-01 08:47:15 +0300
commit33d82ccb453ef020d28f1307be1a3a97130c9e0b (patch)
tree11884c9d626b30777695193443a7e4873f7a7e49 /app/views/shared
parentdd0f8b8ccc3b5f61e31703f7391a919b702934a5 (diff)
simplify test&save actions when setting a service integration
Diffstat (limited to 'app/views/shared')
-rw-r--r--app/views/shared/_field.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/shared/_field.html.haml b/app/views/shared/_field.html.haml
index d74b0043949..d67e20e988d 100644
--- a/app/views/shared/_field.html.haml
+++ b/app/views/shared/_field.html.haml
@@ -3,6 +3,7 @@
- value = @service.send(name)
- type = field[:type]
- placeholder = field[:placeholder]
+- required = field[:required]
- choices = field[:choices]
- default_choice = field[:default_choice]
- help = field[:help]