From 18a708984ce40b5053ee6db5ff337e4ea9df986b Mon Sep 17 00:00:00 2001 From: djones Date: Tue, 7 Sep 2010 16:17:26 +1200 Subject: added arrows to menu, added new comments count to top level menu item for comments, updated readme with basic install instructions --- app/views/blog/shared/_post.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/blog') diff --git a/app/views/blog/shared/_post.html.erb b/app/views/blog/shared/_post.html.erb index d8194d3..56ac89c 100644 --- a/app/views/blog/shared/_post.html.erb +++ b/app/views/blog/shared/_post.html.erb @@ -1,4 +1,4 @@ -
  • +
  • <%= link_to post.title, blog_post_url(post) %>

    <%= t('blog.shared.posts.created_at', :when => post.created_at.strftime('%d %B %Y')) %> -- cgit v1.2.3