diff options
Diffstat (limited to 'app/views/admin/stats.rhtml')
-rw-r--r-- | app/views/admin/stats.rhtml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/app/views/admin/stats.rhtml b/app/views/admin/stats.rhtml deleted file mode 100644 index 9aca960d1..000000000 --- a/app/views/admin/stats.rhtml +++ /dev/null @@ -1,26 +0,0 @@ -<% @title = "Statistics" %> - -<h1>Statistics</h1> - -<h2>Chart of requests (excluding backpaged)</h2> - -<p> - <img src="<%= main_url("/foi-live-creation.png")%>"> -</p> - -<h2>State of requests (includes backpaged)</h2> - -<table> -<% for state, count in @request_by_state %> -<tr> <td><%=state %></td><td><%= count %></td> </tr> -<% end %> -</table> - -<h2>Tracks by type</h2> - -<table> -<% for state, count in @tracks_by_type %> -<tr> <td><%=state %></td><td><%= count %></td> </tr> -<% end %> -</table> - |