Sha256: b9c2fc4f22aa05656eb6ddb7ff4707f9abdaa528fade06ae1c7ce4be81bcaee6

Contents?: true

Size: 550 Bytes

Versions: 3

Compression:

Stored size: 550 Bytes

Contents

%li
  %hr{:width=>"75%"}
%li
  = _('GPG Key URL: ')
  - product_content.content.gpgUrl.split(',').each do |link|
    - if link == 'http://'
      = _("None")
    - else
      %a{:href => "#{link}"}
        = link
%li
  -# TODO: This content url needs to get the source prefix (http:...) from somewhere
  - link = product_content.content.contentUrl
  = _('Content Download URL: ')
  -# %a{:href => "#{link}"}
  -#  = link
  = link
%li
  = _('Repo Type: ')
  = product_content.content.type
%li
  = _('Enabled by Default: ')
  = product_content.enabled

Version data entries

3 entries across 2 versions & 1 rubygems

Version Path
katello-2.2.2 app/views/katello/distributors/_subscription_details.html.haml
katello-1.5.0 app/views/katello/distributors/_subscription_details.html.haml
katello-1.5.0 app/views/katello/systems/_subscription_details.html.haml