mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2024-12-28 09:20:38 +01:00
[script] update details display
This commit is contained in:
parent
f1c441e8d1
commit
da6b197570
4
.github/osia_convert.rb
vendored
4
.github/osia_convert.rb
vendored
@ -95,11 +95,11 @@ def output_apps(apps)
|
|||||||
|
|
||||||
details << ' '
|
details << ' '
|
||||||
details << details_list[0]
|
details << details_list[0]
|
||||||
details_list[1..-1].each { |x| details << " - #{x}" }
|
details_list[1..-1].each { |x| details << "<br> #{x}" }
|
||||||
|
|
||||||
unless screenshots.nil?
|
unless screenshots.nil?
|
||||||
screenshots.each_with_index do |s, i|
|
screenshots.each_with_index do |s, i|
|
||||||
details << " ![#{name} image #{i+1}](#{screenshots[i]})" unless screenshots.nil?
|
details << "<br> ![#{name} image #{i+1}](#{screenshots[i]})" unless screenshots.nil?
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user