aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/categories/_category.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/blog/categories/_category.html.erb')
-rw-r--r--app/views/admin/blog/categories/_category.html.erb16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/views/admin/blog/categories/_category.html.erb b/app/views/admin/blog/categories/_category.html.erb
deleted file mode 100644
index 191f649..0000000
--- a/app/views/admin/blog/categories/_category.html.erb
+++ /dev/null
@@ -1,16 +0,0 @@
-<li class='clearfix record <%= cycle("on", "on-hover") %>' id="<%= dom_id(category) -%>">
- <span class='title'>
- <%= category.title %>
- <span class="preview">&nbsp;</span>
- </span>
- <span class='actions'>
- <%= link_to refinery_icon_tag("application_edit.png"),
- edit_admin_blog_category_path(category, :dialog => true, :height => 325),
- :title => t('.edit') %>
- <%= link_to refinery_icon_tag("delete.png"), admin_blog_category_path(category),
- :class => "cancel confirm-delete",
- :title => t('.delete'),
- :method => :delete,
- :confirm => t('message', :scope => 'shared.admin.delete', :title => category.title) %>
- </span>
-</li>