% set_title "System Metrics Administration" -%> <% set_page_title "Administration" -%> <% if @categories.all.size > 0 -%>
Category | Count | Action |
---|---|---|
<%= category.category.titleize %> | <%= category.count %> | <%= form_tag metric_path(category.category), :method => :delete do %> <%= submit_tag 'Delete Category' %> <% end -%> |
No metrics found
<% end -%>