# File lib/deltacloud/helpers/application_helper.rb, line 240 def subheader(title, opts={}) opts[:theme] ||= 'a' capture_haml do haml_tag :div, 'data-role''data-role' => :header, 'data-theme''data-theme' => opts[:theme] do haml_tag :p, :class => 'inner-right' do haml_concat title end end end end