From 06071e558008477e1b8dbb376d6693af97eeff32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=A3is=20Ozols?= Date: Wed, 27 Jul 2011 17:28:09 +0300 Subject: Wip. --- app/views/admin/blog/categories/_category.html.erb | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 app/views/admin/blog/categories/_category.html.erb (limited to 'app/views/admin/blog/categories/_category.html.erb') 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 @@ -
  • - - <%= category.title %> -   - - - <%= 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) %> - -
  • -- cgit v1.2.3