Sha256: d13f929add21f643aa573bcc40d0faf79d58b53ed7a2fa78096a88f2bc033597

Contents?: true

Size: 721 Bytes

Versions: 13

Compression:

Stored size: 721 Bytes

Contents

%table.table.table-striped.table-hover.table-condensed.filterable
  %thead
    %tr
      %th Name
      %th Alias
      %th.small Type
      %th URL
      %th Mirrorlist
      %th.small Enabled
      %th.small GPG Check
      %th GPG Keys
  %tbody
    - repositories.each do |repo|
      %tr
        %td= repo.name
        %td= repo.alias
        %td= repo.type
        %td
          - repo.url.each do |url|
            %a{ href: url }= url
            %br
        %td
          - unless repo.mirrorlist.empty?
            %a{ href: repo.mirrorlist }= repo.mirrorlist
        %td= repo.enabled
        %td= repo.gpgcheck
        %td
          - repo.gpgkey.each do |url|
            %a{ href: url }= url
            %br

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
machinery-tool-1.24.1 html/partials/repositories_yum.html.haml
machinery-tool-1.24.0 html/partials/repositories_yum.html.haml
machinery-tool-1.23.1 html/partials/repositories_yum.html.haml
machinery-tool-1.23.0 html/partials/repositories_yum.html.haml
machinery-tool-1.22.3 html/partials/repositories_yum.html.haml
machinery-tool-1.22.2 html/partials/repositories_yum.html.haml
machinery-tool-1.22.1 html/partials/repositories_yum.html.haml
machinery-tool-1.22.0 html/partials/repositories_yum.html.haml
machinery-tool-1.21.0 html/partials/repositories_yum.html.haml
machinery-tool-1.20.0 html/partials/repositories_yum.html.haml
machinery-tool-1.19.0 html/partials/repositories_yum.html.haml
machinery-tool-1.18.0 html/partials/repositories_yum.html.haml
machinery-tool-1.17.0 html/partials/repositories_yum.html.haml