summaryrefslogtreecommitdiff
path: root/app/views/ci
diff options
context:
space:
mode:
authorMatija Čupić <matteeyah@gmail.com>2018-03-22 12:08:16 +0100
committerMatija Čupić <matteeyah@gmail.com>2018-03-22 12:08:16 +0100
commit05103f080cf0e40b8fe5e1774b8dd1f8084105e3 (patch)
tree9b8982871ed7f714c94e054c2dc0c39afd688091 /app/views/ci
parentca3b2991a5b740c7b780e997fc1c2ef0ddf62840 (diff)
downloadgitlab-ce-05103f080cf0e40b8fe5e1774b8dd1f8084105e3.tar.gz
Diffstat (limited to 'app/views/ci')
-rw-r--r--app/views/ci/variables/_variable_row.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/variables/_variable_row.html.haml b/app/views/ci/variables/_variable_row.html.haml
index e72e48385da..5d4229c80af 100644
--- a/app/views/ci/variables/_variable_row.html.haml
+++ b/app/views/ci/variables/_variable_row.html.haml
@@ -9,7 +9,7 @@
- id_input_name = "#{form_field}[variables_attributes][][id]"
- destroy_input_name = "#{form_field}[variables_attributes][][_destroy]"
-- key_input_name = "#{form_field}[variables_attributes][][secret_key]"
+- key_input_name = "#{form_field}[variables_attributes][][key]"
- value_input_name = "#{form_field}[variables_attributes][][secret_value]"
- protected_input_name = "#{form_field}[variables_attributes][][protected]"