Sha256: 533af296959cc61f3bd75c2e7ec0b09ceaa4470cd7dfb5d8576ddef828a1bc1b

Contents?: true

Size: 539 Bytes

Versions: 13

Compression:

Stored size: 539 Bytes

Contents

%table.table.table-striped.table-hover.table-condensed.filterable
  %thead
    %tr
      %th Name
      %th Alias
      %th.small Type
      %th URL
      %th.small Enabled
      %th.small Autorefresh
      %th.small GPG Check
      %th.small Priority
  %tbody
    - repositories.each do |repo|
      %tr
        %td= repo.name
        %td= repo.alias
        %td= repo.type
        %td
          %a{ href: repo.url }= repo.url
        %td= repo.enabled
        %td= repo.autorefresh
        %td= repo.gpgcheck
        %td= repo.priority

Version data entries

13 entries across 13 versions & 1 rubygems

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