Sha256: 5496a2b806f820afb7ccb831d88849fd550762f5d3af4c9581daf164ee4c5528

Contents?: true

Size: 1.54 KB

Versions: 10

Compression:

Stored size: 1.54 KB

Contents

!!! 5
%html
  %head
    %title CAGYM Web Site
    = csrf_meta_tag
    /[if lt IE 9]
      = javascript_include_tag 'html5'
    = javascript_include_tag :defaults
    = javascript_include_tag *%w(jquery-ui menu application)
    = stylesheet_link_tag *%w(menu dreamy cagym  ui-lightness/jquery-ui-1.8.4.custom)
    = yield(:head)

    :javascript
      function setTitle(title){
        $('title').html(title);
      }
  %body
    #wrapper
      #header
      #menu
        %ul.menu
          != menu_item "Home", "/pages/Welcome"
          != menu_item "About Us", "/pages/About_Us/"
          != menu_item "Committees", "/pages/Committees"
          != menu_item "Members", "/pages/Members"
          != menu_item "Support Forum", "/forums"
          != menu_item "Resources", "/pages/Resources"
          != menu_item "Contact Us", "/submit_feedback"
      #sidebar
        %ul
          = yield(:links)
        = yield(:sidebar)
        #sidebar-bottom
          \ 
      #content
        - flash.each do |key, value|
          %p{:class=>key}= value
        = yield
      #footer
        #footer-valid

          %a{:href => "http://validator.w3.org/check/referer"} xhtml
          |
          - if user_signed_in?
            Logged in as #{current_user.email} | #{link_to('Logout', destroy_user_session_path)}
            |
            = link_to 'Change Password', '/change_password'
          - else
            = link_to('Log in', new_user_session_path)

          #copyright
            Copyright © 2010 #{link_to "Apycom jQuery Menus", "http://apycom.com/"}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wheels-0.1.8 app/views/layouts/application.html.haml
wheels-0.1.7 app/views/layouts/application.html.haml
wheels-0.1.6 app/views/layouts/application.html.haml
wheels-0.1.5 app/views/layouts/application.html.haml
wheels-0.1.4 app/views/layouts/application.html.haml
wheels-0.1.3 app/views/layouts/application.html.haml
wheels-0.1.2 app/views/layouts/application.html.haml
wheels-0.1.1 app/views/layouts/application.html.haml
wheels-0.1.0 app/views/layouts/application.html.haml
wheels-0.0.49 app/views/layouts/application.html.haml