Relative times: pad to minutes format
This commit is contained in:
@@ -15,6 +15,6 @@ module ContestsHelper
|
||||
elsif m > 0
|
||||
return m.to_s + ":" + pad(s)
|
||||
end
|
||||
s.to_s
|
||||
"0:" + pad(s)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user