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