aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/blog
diff options
context:
space:
mode:
authordjones <dgjones@gmail.com>2010-09-07 16:17:26 +1200
committerdjones <dgjones@gmail.com>2010-09-07 16:17:26 +1200
commit18a708984ce40b5053ee6db5ff337e4ea9df986b (patch)
treebcedb70a39d28798f4717dbefd54150ca03d2e4c /app/views/blog
parentbc84757e41578d68e12dc813d9be0c12ca191175 (diff)
downloadrefinerycms-blog-18a708984ce40b5053ee6db5ff337e4ea9df986b.tar.gz
refinerycms-blog-18a708984ce40b5053ee6db5ff337e4ea9df986b.tar.bz2
refinerycms-blog-18a708984ce40b5053ee6db5ff337e4ea9df986b.zip
added arrows to menu, added new comments count to top level menu item for comments, updated readme with basic install instructions
Diffstat (limited to 'app/views/blog')
-rw-r--r--app/views/blog/shared/_post.html.erb2
1 files changed, 1 insertions, 1 deletions
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 @@
-<li>
+<li class='clearfix'>
<h2><%= link_to post.title, blog_post_url(post) %></h2>
<p class='posted_at'>
<%= t('blog.shared.posts.created_at', :when => post.created_at.strftime('%d %B %Y')) %>