Sha256: 12ca888aacf5a71a4c5a77512150123672420fc4422c86446429a62bb64f8e69

Contents?: true

Size: 1.04 KB

Versions: 36

Compression:

Stored size: 1.04 KB

Contents

%html
  %head
    %title=yield(:title) || APP_CONFIG[:app_name]
    %meta{:name => 'description', :content => "#{(yield(:description) || APP_CONFIG[:app_name])}"}
    %meta{:name => 'keywords', :content => "#{(yield(:keywords) || APP_CONFIG[:app_name])}"}
    = stylesheet_link_tag 'application'
    = javascript_include_tag 'application'
    = csrf_meta_tag
    = yield(:head)
  %body
    #container
      #header
        =render 'application/header'
        #user-navigation
          %ul.wat-cf
            %li= link_to "Profile", "#"
            %li= link_to "Settings", "#"
        #main-navigation
          %ul.wat-cf
            = render 'application/nav'
      #wrapper.wat-cf
        .flash
          - if flash[:alert]
            .message.error
              %p= flash[:alert]
          - if flash[:notice]
            .message.notice
              %p= flash[:notice]


        #main
          = yield
          #footer
            = render 'application/footer'
        #sidebar
          = yield :sidebar
  #overlay.overlay
    .contentWrap
      

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
sbdevcore-0.3.10 app/views/layouts/sbdev_core.html.haml
sbdevcore-0.3.9 app/views/layouts/sbdev_core.html.haml
sbdevcore-0.3.8 app/views/layouts/sbdev_core.html.haml
sbdevcore-0.3.7 app/views/layouts/sbdev_core.html.haml
sbdevcore-0.3.6 app/views/layouts/sbdev_core.html.haml
sbdevcore-0.3.5 app/views/layouts/sbdev_core.html.haml
sbdevcore-0.3.4 app/views/layouts/sbdev_core.html.haml
sbdevcore-0.3.3 app/views/layouts/sbdev_core.html.haml
sbdevcore-0.3.2 app/views/layouts/sbdev_core.html.haml
sbdevcore-0.3.1 app/views/layouts/sbdev_core.html.haml
sbdevcore-0.3.0 app/views/layouts/sbdev_core.html.haml
sbdevcore-0.2.26 app/views/layouts/sbdev_core.html.haml
sbdevcore-0.2.25 app/views/layouts/sbdev_core.html.haml
sbdevcore-0.2.24 app/views/layouts/sbdev_core.html.haml
sbdevcore-0.2.23 app/views/layouts/sbdev_core.html.haml
sbdevcore-0.2.22 app/views/layouts/sbdev_core.html.haml
sbdevcore-0.2.21 app/views/layouts/sbdev_core.html.haml
sbdevcore-0.2.20 app/views/layouts/sbdev_core.html.haml
sbdevcore-0.2.19 app/views/layouts/sbdev_core.html.haml
sbdevcore-0.2.18 app/views/layouts/sbdev_core.html.haml