Method: Ems::ApplicationHelper#side_content
- Defined in:
- app/helpers/ems/application_helper.rb
#side_content ⇒ Object
42 43 44 45 46 47 48 |
# File 'app/helpers/ems/application_helper.rb', line 42 def side_content haml_tag :div, :id => "sidebar" do haml_tag :div, :class=> "sidebar_section" do yield end end end |