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