mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2025-01-18 11:54:10 +01:00
[script] Remove badges (#759)
This commit is contained in:
parent
31ae4b1fdd
commit
971c66d1b7
2
.github/osia_convert.rb
vendored
2
.github/osia_convert.rb
vendored
@ -188,7 +188,6 @@ def write_archive(j, subtitle)
|
|||||||
|
|
||||||
output = "\# #{t} Archive\n\n"
|
output = "\# #{t} Archive\n\n"
|
||||||
output << subtitle
|
output << subtitle
|
||||||
output << output_badges(archived.count)
|
|
||||||
output << "\n"
|
output << "\n"
|
||||||
|
|
||||||
archived.each do |a|
|
archived.each do |a|
|
||||||
@ -213,7 +212,6 @@ def write_latest(j, num, subtitle)
|
|||||||
|
|
||||||
output = "\# #{t} Latest\n\n"
|
output = "\# #{t} Latest\n\n"
|
||||||
output << subtitle
|
output << subtitle
|
||||||
output << output_badges(apps.count)
|
|
||||||
output << "\n"
|
output << "\n"
|
||||||
|
|
||||||
count = 1
|
count = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user