diff options
author | scambra <sergio@entrecables.com> | 2011-03-04 16:48:24 +0100 |
---|---|---|
committer | scambra <sergio@entrecables.com> | 2011-03-04 16:48:24 +0100 |
commit | 4048b03d6fe1b35cbd214f851026cdf9ea0e494f (patch) | |
tree | 7477668934d6f215f492abc38992f56777ce6427 /app/views | |
parent | dedf3e39102fca68e64a4cd728066ad53f1b0da5 (diff) | |
download | refinerycms-blog-4048b03d6fe1b35cbd214f851026cdf9ea0e494f.tar.gz refinerycms-blog-4048b03d6fe1b35cbd214f851026cdf9ea0e494f.tar.bz2 refinerycms-blog-4048b03d6fe1b35cbd214f851026cdf9ea0e494f.zip |
fix no results message
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin/blog/posts/index.html.erb | 2 |
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? %> |