view/two-column/topic.html.haml in inqlude-0.11.0 vs view/two-column/topic.html.haml in inqlude-0.12.0
- old
+ new
@@ -22,10 +22,10 @@
- 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 => "../ios.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 + ", "
\ No newline at end of file