.side_box.top_posts %h2 Top posts - posts = Post.published.top.limit(5) - posts.each do |post| =link_to post.title, path_to_content(post) %br/