Sha256: a35109ca2646aa8a57d7fc72dca8a6ecac45e8bba2ad700f7ffb6cb769682329

Contents?: true

Size: 1006 Bytes

Versions: 13

Compression:

Stored size: 1006 Bytes

Contents

%table.table.table-striped.table-hover.table-condensed
  %thead
    %tr
      %th Name
      %th Alias
      %th URL
      %th Mirrorlist
      %th.small Type
      %th.small Enabled
      %th.small.visible-lg GPG Check
      %th.small.visible-lg GPG Keys
      %th.tiny.hidden-lg
  %tbody
    - list.each do |repo|
      %tr
        %td= repo.name
        %td= repo.alias
        %td
          - repo.url.each do |url|
            %a{ href: url }= url
            %br
        %td
          - unless repo.mirrorlist.empty?
            %a{ href: repo.mirrorlist }= repo.mirrorlist
        %td= repo.type
        %td= repo.enabled
        %td.visible-lg= repo.gpgcheck
        %td.visble-lg
          - repo.gpgkey.each do |url|
            %a{ href: url }= url
            %br
        %td.hidden-lg{ title: "Name: #{repo.name}\nAlias: #{repo.alias}\nUrl: #{repo.url}\n" |
                 "Type: #{repo.type}\nEnabled: #{repo.enabled}\n" |
                 "GPG Check: #{repo.gpgcheck}" } |
          | ...

Version data entries

13 entries across 13 versions & 1 rubygems

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