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.14.1 html/partials/compare/repository_list.html.haml