Sha256: d13f929add21f643aa573bcc40d0faf79d58b53ed7a2fa78096a88f2bc033597
Contents?: true
Size: 721 Bytes
Versions: 13
Compression:
Stored size: 721 Bytes
Contents
%table.table.table-striped.table-hover.table-condensed.filterable %thead %tr %th Name %th Alias %th.small Type %th URL %th Mirrorlist %th.small Enabled %th.small GPG Check %th GPG Keys %tbody - repositories.each do |repo| %tr %td= repo.name %td= repo.alias %td= repo.type %td - repo.url.each do |url| %a{ href: url }= url %br %td - unless repo.mirrorlist.empty? %a{ href: repo.mirrorlist }= repo.mirrorlist %td= repo.enabled %td= repo.gpgcheck %td - repo.gpgkey.each do |url| %a{ href: url }= url %br
Version data entries
13 entries across 13 versions & 1 rubygems