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.3.2 app/views/layouts/bar_nav.html.haml
sbdevcore-0.3.1 app/views/layouts/bar_nav.html.haml
sbdevcore-0.3.0 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.26 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.25 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.24 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.23 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.22 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.21 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.20 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.19 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.18 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.17 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.16 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.15 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.14 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.13 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.12 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.11 app/views/layouts/bar_nav.html.haml
sbdevcore-0.2.10 app/views/layouts/bar_nav.html.haml