From cd29f12cf546d3afa883ce8e67eb9d5347875714 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Thu, 6 Feb 2014 23:53:45 +0100 Subject: Make sidebars nicer. - Module headings now go all the way out. - Side body content is included like a module only if not empty. --- app/views/sidebar_modules/_sidebar_blog_category.html.erb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/views/sidebar_modules/_sidebar_blog_category.html.erb') diff --git a/app/views/sidebar_modules/_sidebar_blog_category.html.erb b/app/views/sidebar_modules/_sidebar_blog_category.html.erb index 53556e7..5dc0a27 100644 --- a/app/views/sidebar_modules/_sidebar_blog_category.html.erb +++ b/app/views/sidebar_modules/_sidebar_blog_category.html.erb @@ -1,8 +1,11 @@ <% content_for "sidebar_module_#{sidebar_module.title}_body" do %> <% sidebar_module.body.each do |post| %> - <%= content_tag :div, :class => :sidebar_blog_headline do %> + <%= 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 %> + <%= blog_post_teaser(post) %> + <% end %> <% end %> <% end %> <%= render 'sidebar_modules/sidebar_module', :sidebar_module => sidebar_module %> -- cgit v1.2.3