Sha256: 58ec9ea6b37d6ba5110676d40810e913c64943315bfaf78d9d44a021c7dac7e9

Contents?: true

Size: 196 Bytes

Versions: 28

Compression:

Stored size: 196 Bytes

Contents

#main_container
  = render 'application/nav'
  .content.clearfix
    - flash.each do |name, msg|
      = content_tag :div, msg, :id => "flash_#{name}"
    = yield
  = render 'application/footer'

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
sbdevcore-0.2.9 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.8 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.7 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.6 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.5 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.4 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.2 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.0 app/views/layouts/bar_nav.html.haml