view/two-column/group.html.haml in inqlude-0.11.0 vs view/two-column/group.html.haml in inqlude-0.12.0
- old
+ new
@@ -4,41 +4,41 @@
%h3
= group_title
%table.table-hover.col-sm-12
- group.each do |library|
- %tr
+ %tr
%td.name
- if library.latest_manifest.display_name
= link_to_library(library.latest_manifest.name, library.latest_manifest.display_name)
- else
= link_to_library(library.latest_manifest.name, library.latest_manifest.name)
%td.summary
- = library.manifests.last.summary
+ = library.manifests.last.summary
%td.platforms
- %link{:href => "http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css", :rel => "stylesheet"}
+ %link{:href => "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css", :rel => "stylesheet"}
- if library.manifests.last.platforms.include? 'Linux'
%i.fa.fa-linux
- if library.manifests.last.platforms.include? 'OS X'
%i.fa.fa-apple
- if library.manifests.last.platforms.include? 'Windows'
%i.fa.fa-windows
- if library.manifests.last.platforms.include? 'Android'
%i.fa.fa-android
- if library.manifests.last.platforms.include? 'iOS'
- %img{:src => "apple.ico", :height => "15%;"}
+ %span.ios
%td.topics
- if library.manifests.last.topics
- library.manifests.last.topics.each do |topic|
- if (topic != library.manifests.last.topics.last)
= topic + ", "
- - else
- = topic
+ - else
+ = topic
%td.licenses
- library.manifests.last.licenses.each do |license|
- if (license != library.manifests.last.licenses.last)
= license + ", "
- - else
+ - else
= license
%br
%p
#{group.count} libraries listed in group #{group_title}.