This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
adrianshort
/
suttonelections
огледало од
https://github.com/adrianshort/suttonelections.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
2
Вики
Activity
Преглед изворни кода
Round percentages to zero decmimal places
tags/last-sinatra-version
Adrian Short
пре 12 година
родитељ
26a54df6c9
комит
1ffa74ed37
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app.rb
+ 1
- 1
app.rb
Прегледај датотеку
@@ -41,7 +41,7 @@ helpers do
end
def format_percent(num)
sprintf("%.
1
f%%", num)
sprintf("%.
0
f%%", num)
end
def short_date(d)
Write
Preview
Loading…
Откажи
Сачувај