diff options
-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> |