aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/posts
diff options
context:
space:
mode:
authorJoe Sak <joe@joesak.com>2011-02-24 22:29:41 -0600
committerJoe Sak <joe@joesak.com>2011-02-24 22:29:41 -0600
commitc9c38df5ba94fa6dfa6f04cffd24a96e9e5d88ca (patch)
treef90583adf8ac3b7b323a796dc3182fa3c926620d /app/views/blog/posts
parente218c8fc5bb5084d50b0be4b01dc83ca51decca0 (diff)
parent2b322a7bf4f64e1c019eff163d90b9cbf52ee501 (diff)
downloadrefinerycms-blog-c9c38df5ba94fa6dfa6f04cffd24a96e9e5d88ca.tar.gz
refinerycms-blog-c9c38df5ba94fa6dfa6f04cffd24a96e9e5d88ca.tar.bz2
refinerycms-blog-c9c38df5ba94fa6dfa6f04cffd24a96e9e5d88ca.zip
Closes GH-44. Authors are now associated with blog posts by current_user Merge branch 'addingusers'
Conflicts: app/models/blog_post.rb
Diffstat (limited to 'app/views/blog/posts')
-rw-r--r--app/views/blog/posts/_post.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/blog/posts/_post.html.erb b/app/views/blog/posts/_post.html.erb
index 6a16631..d1c204e 100644
--- a/app/views/blog/posts/_post.html.erb
+++ b/app/views/blog/posts/_post.html.erb
@@ -9,7 +9,7 @@
<details>
<time datetime="<%=l @blog_post.published_at.to_date, :format => :default %>" class='posted_at'>
<%= t('blog.shared.posts.created_at', :when => l(@blog_post.published_at.to_date, :format => :short)) %>.
- </time>
+ </time><%= " by #{@blog_post.author.username}" if @blog_post.author.present? %>
<% if (categories = @blog_post.categories).any? %>
<aside class='filed_in'>
<%= t('blog.posts.show.filed_in') %>