aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/categories/index.html.erb
diff options
context:
space:
mode:
authorUģis Ozols <ugis.ozolss@gmail.com>2011-07-27 17:28:09 +0300
committerUģis Ozols <ugis.ozolss@gmail.com>2011-07-27 17:28:09 +0300
commit06071e558008477e1b8dbb376d6693af97eeff32 (patch)
tree0ed1e765b37975fbbd054b058a45712ee7464c73 /app/views/admin/blog/categories/index.html.erb
parent3fa8937b95a4d90000ad1be9c588424052136455 (diff)
downloadrefinerycms-blog-06071e558008477e1b8dbb376d6693af97eeff32.tar.gz
refinerycms-blog-06071e558008477e1b8dbb376d6693af97eeff32.tar.bz2
refinerycms-blog-06071e558008477e1b8dbb376d6693af97eeff32.zip
Wip.
Diffstat (limited to 'app/views/admin/blog/categories/index.html.erb')
-rw-r--r--app/views/admin/blog/categories/index.html.erb26
1 files changed, 0 insertions, 26 deletions
diff --git a/app/views/admin/blog/categories/index.html.erb b/app/views/admin/blog/categories/index.html.erb
deleted file mode 100644
index 5d17d42..0000000
--- a/app/views/admin/blog/categories/index.html.erb
+++ /dev/null
@@ -1,26 +0,0 @@
-<%= render :partial => '/admin/blog/submenu' %>
-<div id='records'>
- <% if searching? %>
- <h2><%= t('results_for', :scope => 'shared.admin.search', :query => params[:search]) %></h2>
- <% if @blog_categories.any? %>
- <%= render :partial => "blog_categories",
- :collection => @blog_categories %>
- <% else %>
- <p><%= t('search_no_results', :scope => 'admin') %></p>
- <% end %>
- <% else %>
- <% if @blog_categories.any? %>
- <%= will_paginate @blog_categories %>
-
- <%= render :partial => "sortable_list" %>
-
- <%= will_paginate @blog_categories %>
- <% else %>
- <p>
- <strong>
- <%= t('.no_items_yet', :create => t('new', :scope => 'admin.blog.submenu.categories')) %>
- </strong>
- </p>
- <% end %>
- <% end %>
-</div>