diff options
author | francis <francis> | 2008-05-09 01:15:46 +0000 |
---|---|---|
committer | francis <francis> | 2008-05-09 01:15:46 +0000 |
commit | 80f4cb38e685e1239086150f4b269472426ae629 (patch) | |
tree | c5d1d5da9d91768ddb0ba7d0f72a9bc22e49276a | |
parent | 0f162c46055a12dd5306ca4c18bdb4cc12c76167 (diff) |
Make this clearer.
-rw-r--r-- | app/views/admin/stats.rhtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/admin/stats.rhtml b/app/views/admin/stats.rhtml index 24b613df4..2a7cffb6d 100644 --- a/app/views/admin/stats.rhtml +++ b/app/views/admin/stats.rhtml @@ -2,10 +2,12 @@ <h1>Statistics</h1> -<h2>State of requests</h2> +<h2>Chart of requests (excluding backpaged)</h2> <img src="<%= main_url("/foi-live-creation.png")%>"> +<h2>State of requests (includes backpaged)</h2> + <table> <% for state, count in @request_by_state %> <tr> <td><%=state %></td><td><%= count %></td> </tr> |