Sha256: a51bfbb9620d540cf5bc6a85b62ce45673ac9550e2981613dc69f717c3a8d6f6

Contents?: true

Size: 642 Bytes

Versions: 116

Compression:

Stored size: 642 Bytes

Contents

<% select_options ||= {} %>
<% html_options ||= {} %>
<% html_options[:location] ||= {} %>
<% obj = @policy %>
<% if show_location_tab? %>
  <div class="tab-pane <%= show_partial_wizard(step) %>" id="locations">
    <%= wizard_header @policy.step_index, *@policy.steps %>
    <%= location_selects f, obj.used_or_selected_location_ids,
                         {:disabled => obj.used_location_ids}.merge!(select_options),
                         {:data => {:descendants => obj.children_of_selected_location_ids,
                                    :useds       => obj.used_location_ids}}.merge!(html_options[:location]) %>
  </div>
<% end %>

Version data entries

116 entries across 116 versions & 1 rubygems

Version Path
foreman_openscap-10.1.0 app/views/policies/steps/_locations_form.html.erb
foreman_openscap-10.0.3 app/views/policies/steps/_locations_form.html.erb
foreman_openscap-10.0.2 app/views/policies/steps/_locations_form.html.erb
foreman_openscap-10.0.1 app/views/policies/steps/_locations_form.html.erb
foreman_openscap-10.0.0 app/views/policies/steps/_locations_form.html.erb
foreman_openscap-9.0.4 app/views/policies/steps/_locations_form.html.erb
foreman_openscap-9.0.3 app/views/policies/steps/_locations_form.html.erb
foreman_openscap-9.0.2 app/views/policies/steps/_locations_form.html.erb
foreman_openscap-9.0.1 app/views/policies/steps/_locations_form.html.erb
foreman_openscap-9.0.0 app/views/policies/steps/_locations_form.html.erb
foreman_openscap-8.0.0 app/views/policies/steps/_locations_form.html.erb
foreman_openscap-7.1.1 app/views/policies/steps/_locations_form.html.erb
foreman_openscap-7.1.0 app/views/policies/steps/_locations_form.html.erb
foreman_openscap-7.0.0 app/views/policies/steps/_locations_form.html.erb
foreman_openscap-6.0.0 app/views/policies/steps/_locations_form.html.erb
foreman_openscap-5.2.3 app/views/policies/steps/_locations_form.html.erb
foreman_openscap-5.2.2 app/views/policies/steps/_locations_form.html.erb
foreman_openscap-5.1.1 app/views/policies/steps/_locations_form.html.erb
foreman_openscap-5.2.1 app/views/policies/steps/_locations_form.html.erb
foreman_openscap-5.2.0 app/views/policies/steps/_locations_form.html.erb