Sha256: 85654d33afc88df96d9893d7834a4b0235d26677bd6ef048ecbc5972e2a16e03

Contents?: true

Size: 362 Bytes

Versions: 13

Compression:

Stored size: 362 Bytes

Contents

%table.table.table-striped.table-hover.table-condensed.filterable
  %thead
    %tr
      %th.small Type
      %th URL
      %th Distribution
      %th Components
  %tbody
    - repositories.each do |repo|
      %tr
        %td= repo.type
        %td
          %a{ href: repo.url }= repo.url
        %td= repo.distribution
        %td= repo.components.join(", ")

Version data entries

13 entries across 13 versions & 1 rubygems

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