Sha256: 8c6bedefc4257cbb6707c457fb113cd42b66627d3cc7223c5c09ce767a81d28e
Contents?: true
Size: 690 Bytes
Versions: 114
Compression:
Stored size: 690 Bytes
Contents
<% select_options ||= {} %> <% html_options ||= {} %> <% html_options[:organization] ||= {} %> <% obj = @policy %> <% if show_organization_tab? %> <div class="tab-pane <%= show_partial_wizard(step) %>" id="organizations"> <%= wizard_header @policy.step_index, *@policy.steps %> <%= organization_selects f, obj.used_or_selected_organization_ids, {:disabled => obj.used_organization_ids}.merge!(select_options), {:data => {:descendants => obj.children_of_selected_organization_ids, :useds => obj.used_organization_ids}}.merge!(html_options[:organization]) %> </div> <% end %>
Version data entries
114 entries across 114 versions & 1 rubygems