1
0
mirror of https://github.com/dkhamsing/open-source-ios-apps.git synced 2025-01-18 20:00:00 +01:00

[script] Remove badges (#759)

This commit is contained in:
Victor Peschenkov 2019-06-21 13:22:30 +03:00 committed by dkhamsing
parent 31ae4b1fdd
commit 971c66d1b7

View File

@ -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