Sha256: bfb99285631cc26431bd9f7cc28f0617a3f4d3432b5481abfa6729314f987666

Contents?: true

Size: 667 Bytes

Versions: 22

Compression:

Stored size: 667 Bytes

Contents

<%= input_values_fields.fields_for input.id.to_s, composer.template_invocation_input_value_for(job_template, input) do |input_fields| %>
  <% unless input.options.blank? %>
    <%= selectable_f input_fields, :value, input.options_array, {:include_blank => !input.required}, :require => input.required, :label => input.name, :help_inline => input.description, :id => input.name, :onchange => "regenerate_description(this);" %>
  <% else %>
    <%= textarea_f input_fields, :value, :label => input.name, :help_inline => input.description, :required => input.required, :rows => 2, :onchange => "regenerate_description(this);", :id => input.name %>
  <% end %>
<% end %>

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
foreman_remote_execution-1.4.5 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.4.4 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.4.3 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.4.2 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.3.7 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.3.6 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.4.1 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.3.5 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.3.4 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.3.3 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.3.2 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.3.1 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.3.0 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.2.2 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.2.1 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.2.0 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.1.1 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.1.0 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-1.0.0 app/views/template_inputs/_invocation_form.html.erb
foreman_remote_execution-0.3.2 app/views/template_inputs/_invocation_form.html.erb