From ee47505833ff4a6f28932ecdcb2ec35d8f31458f Mon Sep 17 00:00:00 2001 From: David Jones Date: Tue, 31 May 2011 14:57:05 +1200 Subject: fix locale key. 'i18n' was showing up in the blog index output --- app/views/blog/shared/_post.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') diff --git a/app/views/blog/shared/_post.html.erb b/app/views/blog/shared/_post.html.erb index 05c6af2..662d91a 100644 --- a/app/views/blog/shared/_post.html.erb +++ b/app/views/blog/shared/_post.html.erb @@ -5,7 +5,7 @@
<%= "#{t('blog.shared.posts.by')} #{post.author.username}" if post.author.present? %>. + <%= "#{t('blog.posts.show.by')} #{post.author.username}" if post.author.present? %>. <% if (categories = post.categories).any? %>