diff options
Diffstat (limited to 'app/views/blog')
-rw-r--r-- | app/views/blog/shared/_post.html.erb | 2 |
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')) %> |