aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2014-02-17 09:25:24 +0100
committerHarald Eilertsen <haraldei@anduin.net>2014-02-17 09:25:24 +0100
commitaa31752c0ef851cdc37c3b7e63712efcab4f1126 (patch)
tree78c55971f40ca8b03b1dee8245f47d75654f7e66 /app
parent6bef3e293f8a1efd60428cc97f815b8d0f56bb85 (diff)
downloadhmnoweb-aa31752c0ef851cdc37c3b7e63712efcab4f1126.tar.gz
hmnoweb-aa31752c0ef851cdc37c3b7e63712efcab4f1126.tar.bz2
hmnoweb-aa31752c0ef851cdc37c3b7e63712efcab4f1126.zip
Sidebar modules interleaved, clearfix them.
Diffstat (limited to 'app')
-rw-r--r--app/views/sidebar_modules/_sidebar_blog_category.html.erb2
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 %>