diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/views/sidebar_modules/_sidebar_blog_category.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/sidebar_modules/_sidebar_blog_category.html.erb b/app/views/sidebar_modules/_sidebar_blog_category.html.erb index 5dc0a27..006b963 100644 --- a/app/views/sidebar_modules/_sidebar_blog_category.html.erb +++ b/app/views/sidebar_modules/_sidebar_blog_category.html.erb @@ -3,7 +3,7 @@ <%= content_tag :header, :class => :sidebar_blog_headline do %> <%= link_to post.title, refinery.blog_post_path(post) %> <% end %> - <%= content_tag :article, :class => :sidebar_blog_content do %> + <%= content_tag :article, :class => [:sidebar_blog_content, :clearfix] do %> <%= blog_post_teaser(post) %> <% end %> <% end %> |