Method: Ems::ApplicationHelper#main_content
- Defined in:
- app/helpers/ems/application_helper.rb
#main_content(title) ⇒ Object
Content wrappers
33 34 35 36 37 38 39 |
# File 'app/helpers/ems/application_helper.rb', line 33 def main_content(title) haml_tag :div, :id => "main_content_wrapper" do haml_tag :div, :id=>"main_content" do yield end end end |