diff options
Diffstat (limited to 'app/views/admin/stats.rhtml')
-rw-r--r-- | app/views/admin/stats.rhtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/admin/stats.rhtml b/app/views/admin/stats.rhtml index 9bca62079..24b613df4 100644 --- a/app/views/admin/stats.rhtml +++ b/app/views/admin/stats.rhtml @@ -4,6 +4,8 @@ <h2>State of requests</h2> +<img src="<%= main_url("/foi-live-creation.png")%>"> + <table> <% for state, count in @request_by_state %> <tr> <td><%=state %></td><td><%= count %></td> </tr> |