1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2024-12-26 16:32:50 +01:00

[script] update screenshots display

This commit is contained in:
Daniel Khamsing 2016-09-02 07:56:11 -07:00
parent 872ee2b083
commit bbacaa41cd

View File

@ -99,9 +99,11 @@ def output_apps(apps)
details_list[1..-1].each { |x| details << "<br> #{x}" }
unless screenshots.nil?
details << '<div>'
screenshots.each_with_index do |s, i|
details << "<br> ![#{name} image #{i+1}](#{screenshots[i]})" unless screenshots.nil?
details << "<img height='300' alt='#{name} image #{i+1}' src='#{screenshots[i]}'> "
end
details << '</div>'
end
details << "\n </details>\n"