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