Method: BaseHelper#jumbotron

Defined in:
app/helpers/base_helper.rb

#jumbotron(html_options = {}, &block) ⇒ Object



64
65
66
67
# File 'app/helpers/base_helper.rb', line 64

def jumbotron(html_options = {}, &block)
  @jumbotron = render(:partial => 'shared/jumbotron', :locals => {:body => capture(&block), :html_options => html_options})
  return ''
end