aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorscambra <sergio@entrecables.com>2011-03-04 16:48:24 +0100
committerscambra <sergio@entrecables.com>2011-03-04 16:48:24 +0100
commit4048b03d6fe1b35cbd214f851026cdf9ea0e494f (patch)
tree7477668934d6f215f492abc38992f56777ce6427 /app
parentdedf3e39102fca68e64a4cd728066ad53f1b0da5 (diff)
downloadrefinerycms-blog-4048b03d6fe1b35cbd214f851026cdf9ea0e494f.tar.gz
refinerycms-blog-4048b03d6fe1b35cbd214f851026cdf9ea0e494f.tar.bz2
refinerycms-blog-4048b03d6fe1b35cbd214f851026cdf9ea0e494f.zip
fix no results message
Diffstat (limited to 'app')
-rw-r--r--app/views/admin/blog/posts/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/blog/posts/index.html.erb b/app/views/admin/blog/posts/index.html.erb
index 888daab..da11a1a 100644
--- a/app/views/admin/blog/posts/index.html.erb
+++ b/app/views/admin/blog/posts/index.html.erb
@@ -6,7 +6,7 @@
<%= render :partial => "blog_posts",
:collection => @blog_posts %>
<% else %>
- <p><%= t('admin.search_no_results') %></p>
+ <p><%= t('shared.admin.search.no_results') %></p>
<% end %>
<% else %>
<% if @blog_posts.any? %>