Sha256: a84fd8fa359efac85e85e4c84c35369231f146bbf6fd3db67587481e93dc97bf

Contents?: true

Size: 902 Bytes

Versions: 21

Compression:

Stored size: 902 Bytes

Contents

%table.table.table-striped.table-hover.table-condensed
  %thead
    %tr
      %th Name
      %th Alias
      %th URL
      %th.small Type
      %th.small Enabled
      %th.small.visible-lg Autorefresh
      %th.small.visible-lg GPG Check
      %th.small.visible-lg Priority
      %th.tiny.hidden-lg
  %tbody
    - list.each do |repo|
      %tr
        %td= repo.name
        %td= repo.alias
        %td
          %a{ href: repo.url }= repo.url
        %td= repo.type
        %td= repo.enabled
        %td.visible-lg= repo.autorefresh
        %td.visible-lg= repo.gpgcheck
        %td.visible-lg= repo.priority
        %td.hidden-lg{ title: "Name: #{repo.name}\nAlias: #{repo.alias}\nUrl: #{repo.url}\n" |
                 "Type: #{repo.type}\nEnabled: #{repo.enabled}\nAutorefresh: " |
                 "#{repo.autorefresh}\nGPG Check: #{repo.gpgcheck}\nPriority: #{repo.priority}" } |
          | ...

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
machinery-tool-1.24.1 html/partials/compare/repository_list_zypp.html.haml
machinery-tool-1.24.0 html/partials/compare/repository_list_zypp.html.haml
machinery-tool-1.23.1 html/partials/compare/repository_list_zypp.html.haml
machinery-tool-1.23.0 html/partials/compare/repository_list_zypp.html.haml
machinery-tool-1.22.3 html/partials/compare/repository_list_zypp.html.haml
machinery-tool-1.22.2 html/partials/compare/repository_list_zypp.html.haml
machinery-tool-1.22.1 html/partials/compare/repository_list_zypp.html.haml
machinery-tool-1.22.0 html/partials/compare/repository_list_zypp.html.haml
machinery-tool-1.21.0 html/partials/compare/repository_list_zypp.html.haml
machinery-tool-1.20.0 html/partials/compare/repository_list_zypp.html.haml
machinery-tool-1.19.0 html/partials/compare/repository_list_zypp.html.haml
machinery-tool-1.18.0 html/partials/compare/repository_list_zypp.html.haml
machinery-tool-1.17.0 html/partials/compare/repository_list_zypp.html.haml
machinery-tool-1.16.4 html/partials/compare/repository_list.html.haml
machinery-tool-1.16.3 html/partials/compare/repository_list.html.haml
machinery-tool-1.16.2 html/partials/compare/repository_list.html.haml
machinery-tool-1.16.1 html/partials/compare/repository_list.html.haml
machinery-tool-1.16.0 html/partials/compare/repository_list.html.haml
machinery-tool-1.15.0 html/partials/compare/repository_list.html.haml
machinery-tool-1.14.2 html/partials/compare/repository_list.html.haml