aboutsummaryrefslogtreecommitdiffstats
path: root/app/views
diff options
context:
space:
mode:
authorfrancis <francis>2008-11-17 16:08:22 +0000
committerfrancis <francis>2008-11-17 16:08:22 +0000
commit3b66bbfc482dfb92ca1c40b5dd6c15cdf9f631cf (patch)
treebfcc0ebc22b733e92d6c172ea1ed02b81363ad52 /app/views
parent240e0b1533d3905359e2ad89eebd1acf6368f92a (diff)
Remove tracks by medium display in admin.
Diffstat (limited to 'app/views')
-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>
-
-