aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/stats.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/stats.rhtml')
-rw-r--r--app/views/admin/stats.rhtml13
1 files changed, 3 insertions, 10 deletions
diff --git a/app/views/admin/stats.rhtml b/app/views/admin/stats.rhtml
index 2a7cffb6d..9aca960d1 100644
--- a/app/views/admin/stats.rhtml
+++ b/app/views/admin/stats.rhtml
@@ -4,7 +4,9 @@
<h2>Chart of requests (excluding backpaged)</h2>
-<img src="<%= main_url("/foi-live-creation.png")%>">
+<p>
+ <img src="<%= main_url("/foi-live-creation.png")%>">
+</p>
<h2>State of requests (includes backpaged)</h2>
@@ -22,12 +24,3 @@
<% end %>
</table>
-<h2>Tracks by medium</h2>
-
-<table>
-<% for state, count in @tracks_by_medium %>
-<tr> <td><%=state %></td><td><%= count %></td> </tr>
-<% end %>
-</table>
-
-