Sha256: e6a47d46bd16e20d45270ace5d3184130c2438758416d6b13fd87a6f7a038996

Contents?: true

Size: 946 Bytes

Versions: 1

Compression:

Stored size: 946 Bytes

Contents

= javascript 'katello/providers/redhat'

#redhat_provider
  .grid_16
    = help_tip_button('subscriptions-help')
    = help_tip(_("Expand each Red Hat Product below to examine the different repository sets available.  When enabling a repository set, the different repositories within are discovered and may be enabled individually."))

  .grid_16
    #providers
      %input#panel_element_id{:name => @provider.id, :type => "hidden", :value => "#{@provider.name}_#{@provider.id}"}
      #provider
        %h4 #{_("Enable Red Hat Repositories")}

  - if @provider.products.empty?
    = (_("No Red Hat products currently exist, please import a manifest <a href='/subscriptions'>here</a> to receive Red Hat content.")).html_safe
  - else
    - tabs = redhat_repo_tabs
    #content_tabs.grid_16
      %ul
        - for tab in tabs
          %li
            %a{:href=>redhat_provider_tab_providers_path({:tab => tab[:id]})}
              = tab[:name]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
katello-2.2.2 app/views/katello/providers/redhat/show.html.haml