diff options
author | francis <francis> | 2009-10-19 21:47:03 +0000 |
---|---|---|
committer | francis <francis> | 2009-10-19 21:47:03 +0000 |
commit | 231b1bfb5f74eff76c59afe083cda17bf593d6e6 (patch) | |
tree | 07e839bf8e068108ba1fdc9215679e0515510cd2 | |
parent | 62d4992672a106db21e625bc978074fc6254dc89 (diff) |
Show number.
-rw-r--r-- | app/views/request_game/play.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request_game/play.rhtml b/app/views/request_game/play.rhtml index 253d2959d..8eb3bf97e 100644 --- a/app/views/request_game/play.rhtml +++ b/app/views/request_game/play.rhtml @@ -3,7 +3,7 @@ <div id="game_sidebar"> <p style="text-align: center"> <img width=250 height=125 src="http://chart.apis.google.com/chart?chs=250x125&cht=gom&chd=t:<%=@percentage%>" alt="<%=@percentage%>% of requests have been categorised"> - <br><%=@done%>/<%=@total%> requests categorised + <br><%=pluralize(@missing, 'request')%> left to categorise / <%=@total %> total </p> <h2>Top recent players</h2> |