aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/categories/index.html.erb
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-08-26 20:53:46 +1200
committerPhilip Arndt <parndt@gmail.com>2010-08-26 20:53:46 +1200
commitc343dd2889402a5e0eca4d490fbd0fbf3c892b70 (patch)
treec3cf5ddf4759c86107e89296faf47d86bda20c04 /app/views/admin/blog/categories/index.html.erb
parent5cb85902866dfc0f64885a76ce38f23dd1f89d53 (diff)
downloadrefinerycms-blog-c343dd2889402a5e0eca4d490fbd0fbf3c892b70.tar.gz
refinerycms-blog-c343dd2889402a5e0eca4d490fbd0fbf3c892b70.tar.bz2
refinerycms-blog-c343dd2889402a5e0eca4d490fbd0fbf3c892b70.zip
display more frontend, create separate css for frontend and backend, namespace the js in the same fashion, now has full English support..
Diffstat (limited to 'app/views/admin/blog/categories/index.html.erb')
-rw-r--r--app/views/admin/blog/categories/index.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/blog/categories/index.html.erb b/app/views/admin/blog/categories/index.html.erb
index 824b1c3..9bd50a8 100644
--- a/app/views/admin/blog/categories/index.html.erb
+++ b/app/views/admin/blog/categories/index.html.erb
@@ -1,7 +1,7 @@
<%= render :partial => '/admin/blog/submenu' %>
<div id='records'>
<% if searching? %>
- <h2><%= t('admin.search_results_for', :query => params[:search]) %></h2>
+ <h2><%= t('shared.admin.search.results_for', :query => params[:search]) %></h2>
<% if @blog_categories.any? %>
<%= render :partial => "blog_categories",
:collection => @blog_categories %>
@@ -22,7 +22,7 @@
<% else %>
<p>
<strong>
- <%= t('.no_items_yet') %>
+ <%= t('.no_items_yet', :create => t('admin.blog.submenu.categories.new')) %>
</strong>
</p>
<% end %>