Skip to content

Commit

Permalink
Merge pull request #1208 from juhijariwala/secure-environment-var-at-…
Browse files Browse the repository at this point in the history
…stage-and-job-level

Fixed the failing test #194.
  • Loading branch information
jyotisingh committed Jun 10, 2015
2 parents 3e05075 + 5443036 commit 1740f43
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
<div class="fieldset">
<%= md5_field %>
<%= register_defaultable_list(nested_name) %>
<%= render :partial => 'admin/shared/name_value', locals: {scope: {form: form, collection: collection, collection_name: collection_name}} %>
<%= render :partial => 'admin/shared/name_value', :locals => {:scope => {form: form, collection: collection, collection_name: collection_name}} %>
</div>

0 comments on commit 1740f43

Please sign in to comment.