block_helper.rb 110 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 module BlockHelper def block_title(title) content_tag('h3', title, :class => 'block-title') end end