This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
suttonelections
mirror of
https://github.com/adrianshort/suttonelections.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Round percentages to zero decmimal places
tags/last-sinatra-version
Adrian Short
12 years ago
parent
26a54df6c9
commit
1ffa74ed37
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app.rb
+ 1
- 1
app.rb
View File
@@ -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…
Cancel
Save