Sha256: 809f58c7c729df5a1fb1b57fe35396ac9313454bc069ad8044f75bc69061b375
Contents?: true
Size: 360 Bytes
Versions: 3
Compression:
Stored size: 360 Bytes
Contents
<%= fields_for @policy do |f| %> <%= select_f f, :scap_content_profile_id, profiles_selection, :id, :title, {:selected => @policy.scap_content_profile_id, :include_blank => _("Default XCCDF profile")}, {:label => _("XCCDF Profile"), :disabled => profiles_selection.empty? ? true : false, :help_inline => :indicator} %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems