1
0
Fork 0

Make number readable

This commit is contained in:
Andrew Tomaka 2015-04-28 10:22:30 -04:00
parent a3e88efc2a
commit 3cc029a7af
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@
<%end%>
<% if @soldiers_lost_to_date %>
Soliders killed before walls broken: <%= @soldiers_lost_to_date %>
Soliders killed before walls broken: <%= readable_number(@soldiers_lost_to_date) %>
<% end %>