aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/shared
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2011-05-31 14:27:33 +1200
committerPhilip Arndt <parndt@gmail.com>2011-05-31 14:27:33 +1200
commit4f45963b9e2c3477ace8a48f5097fa50e9cdffa6 (patch)
tree1a59d022f0487e5e50880620476f06dece1ae831 /app/views/blog/shared
parent8fc9af832c101078b49fdfa6cdbb9d8187fb8668 (diff)
parentd5f35854baf0c8fc17d0cb165d342555c2b33d22 (diff)
downloadrefinerycms-blog-4f45963b9e2c3477ace8a48f5097fa50e9cdffa6.tar.gz
refinerycms-blog-4f45963b9e2c3477ace8a48f5097fa50e9cdffa6.tar.bz2
refinerycms-blog-4f45963b9e2c3477ace8a48f5097fa50e9cdffa6.zip
Merged remote branch 'Dougui/add_translation'
Diffstat (limited to 'app/views/blog/shared')
-rw-r--r--app/views/blog/shared/_post.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/blog/shared/_post.html.erb b/app/views/blog/shared/_post.html.erb
index 716c1ad..05c6af2 100644
--- a/app/views/blog/shared/_post.html.erb
+++ b/app/views/blog/shared/_post.html.erb
@@ -4,8 +4,8 @@
<h1><%= link_to post.title, blog_post_url(post) %></h1>
<details>
<time datetime="<%=l post.published_at.to_date, :format => :default %>" class='posted_at'>
- <%= t('blog.shared.posts.created_at', :when => l(post.published_at.to_date, :format => :short)) %>.
- </time><%= " by #{post.author.username}" if post.author.present? %>
+ <%= t('blog.shared.posts.created_at', :when => l(post.published_at.to_date, :format => :short)) %>
+ </time><%= "#{t('blog.shared.posts.by')} #{post.author.username}" if post.author.present? %>.
<% if (categories = post.categories).any? %>
<aside class='filed_in'>
<%= t('filed_in', :scope => 'blog.posts.show') %>