aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog/posts/_post.html.erb
diff options
context:
space:
mode:
authorJoe Sak <joe@joesak.com>2011-02-24 21:32:37 -0600
committerJoe Sak <joe@joesak.com>2011-02-24 21:32:37 -0600
commit6a3cf5d6a695e9394a73bd429dbeae3787a3963e (patch)
treeed6a5405871d0d4788d5ade500a613a4616b9c02 /app/views/blog/posts/_post.html.erb
parentc75cf8a00e916e795a0299a55e933c8b3cad17ac (diff)
downloadrefinerycms-blog-6a3cf5d6a695e9394a73bd429dbeae3787a3963e.tar.gz
refinerycms-blog-6a3cf5d6a695e9394a73bd429dbeae3787a3963e.tar.bz2
refinerycms-blog-6a3cf5d6a695e9394a73bd429dbeae3787a3963e.zip
WIP: trying to test user association as author
Diffstat (limited to 'app/views/blog/posts/_post.html.erb')
-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..7600d26 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.try :login %>
<% if (categories = @blog_post.categories).any? %>
<aside class='filed_in'>
<%= t('blog.posts.show.filed_in') %>