mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-11-23 21:34:39 +03:00
[script] Show links to screenshot, close #614
This commit is contained in:
parent
e38e52491e
commit
4c46d2c728
9
.github/osia_convert.rb
vendored
9
.github/osia_convert.rb
vendored
@ -133,11 +133,10 @@ def output_apps(apps, appstoreonly)
|
||||
details_list[1..-1].each { |x| details << "<br> #{x}" }
|
||||
|
||||
unless screenshots.nil?
|
||||
details << "\n <div>"
|
||||
# screenshots.each_with_index do |s, i|
|
||||
details << "<img height='300' alt='#{name} image' src='#{screenshots[0]}'> "
|
||||
# end
|
||||
details << "\n</div>"
|
||||
details << "\n <br>"
|
||||
screenshots.each_with_index do |s, i|
|
||||
details << "<a href='#{screenshots[i]}'><code>Screenshot #{i+1}</code></a> "
|
||||
end
|
||||
end
|
||||
|
||||
details << "\n </details>\n\n"
|
||||
|
Loading…
Reference in New Issue
Block a user