Sha256: b0709bbf248112c046da4a390a949cf69e619ca5fa32470894619cb3aea308a2

Contents?: true

Size: 1 KB

Versions: 30

Compression:

Stored size: 1 KB

Contents

<% if @taxonomy.is_a?(Organization) %>

  <%= javascript_include_tag 'katello/organizations/download_certificate' %>

  <%= text_f f, :label, :disabled => true, :class => 'input-xlarge' %>
  <%= selectable_f(f, :service_level, options_for_select(service_level_options, service_level_selected), {}, :label => _('Default System SLA')) %>

  <%= field(f, _('Debug Certificate'),
            :help_inline => _('This certificate allows a user to view the repositories in any environment from a browser.')) do
    button_tag _('Generate and Download'), :id => :download_debug_cert_key,
               :type => :button, :style => 'margin-top: 8px;', :class => 'btn btn-small',
               'data-url' => "/katello/api/v2/organizations/#{@taxonomy.id}/download_debug_certificate"
  end %>

  <%= field(f, _('Simple Content Access')) do
    tag1 = hidden_field_tag 'simple_content_access', '0'
    tag2 = check_box_tag 'simple_content_access', '1', @taxonomy.simple_content_access?(cached: false)
    tag1 + tag2
  end %>

<% end %>

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
katello-4.10.0 app/views/overrides/organizations/_edit_override.html.erb
katello-4.9.2 app/views/overrides/organizations/_edit_override.html.erb
katello-4.10.0.rc2 app/views/overrides/organizations/_edit_override.html.erb
katello-4.10.0.rc1 app/views/overrides/organizations/_edit_override.html.erb
katello-4.8.4 app/views/overrides/organizations/_edit_override.html.erb
katello-4.9.1 app/views/overrides/organizations/_edit_override.html.erb
katello-4.8.3 app/views/overrides/organizations/_edit_override.html.erb
katello-4.9.0 app/views/overrides/organizations/_edit_override.html.erb
katello-4.7.6 app/views/overrides/organizations/_edit_override.html.erb
katello-4.8.2 app/views/overrides/organizations/_edit_override.html.erb
katello-4.9.0.rc2 app/views/overrides/organizations/_edit_override.html.erb
katello-4.9.0.rc1 app/views/overrides/organizations/_edit_override.html.erb
katello-4.8.1 app/views/overrides/organizations/_edit_override.html.erb
katello-4.7.5 app/views/overrides/organizations/_edit_override.html.erb
katello-4.8.0 app/views/overrides/organizations/_edit_override.html.erb
katello-4.8.0.rc2 app/views/overrides/organizations/_edit_override.html.erb
katello-4.7.4 app/views/overrides/organizations/_edit_override.html.erb
katello-4.8.0.rc1 app/views/overrides/organizations/_edit_override.html.erb
katello-4.7.3 app/views/overrides/organizations/_edit_override.html.erb
katello-4.7.2 app/views/overrides/organizations/_edit_override.html.erb