Sha256: 8015678368d387d35a58d9993fc534725ddeac4c69bb020748d4273efc1a53eb

Contents?: true

Size: 1.3 KB

Versions: 31

Compression:

Stored size: 1.3 KB

Contents

!!! 5
%html
  %head
    %title Your Awesome Web Site
    = csrf_meta_tag
    /[if lt IE 9]
      = javascript_include_tag 'html5'
    = javascript_include_tag :defaults, "loadbehind.js", "jquery.growl.js"
    = stylesheet_link_tag 'menu.css','dreamy'
    = yield(:head)

    :javascript
      function setTitle(title){
        $('title').html(title);
      }
  %body
    #wrapper
      #header
        %h1 Artful Dodgin
      #menu
        %ul
          %li
            %a{:href => "/profile"} Profile
          %li
            %a{:href => "/blog"} Blog
          %li
            %a{:href => "/galleries"} Galleries
      #sidebar
        #feed
          %a.feed-button{:href=>'/blog.xml'}
        %ul
          = yield(:tags)
        #sidebar-bottom
          \ 
      #content
        = yield
      #footer
        #footer-valid
          %a{:href => "http://validator.w3.org/check/referer"} xhtml
          |
          %a{:href => "http://www.ginger-ninja.net/"} ginger ninja!
          - if user_signed_in?
            Hi #{link_to current_user.profile.alias, user_profile_path(current_user)}#{link_to('Logout', destroy_user_session_path)}
          - else
            = link_to('Log in', new_user_session_path)
          #copyright
            Copyright © 2010 #{link_to "Apycom jQuery Menus", "http://apycom.com/"}

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
wheels-0.0.48 app/views/layouts/application.html.haml
wheels-0.0.47 app/views/layouts/application.html.haml
wheels-0.0.46 app/views/layouts/application.html.haml
wheels-0.0.45 app/views/layouts/application.html.haml
wheels-0.0.44 app/views/layouts/application.html.haml
wheels-0.0.43 app/views/layouts/application.html.haml
wheels-0.0.42 app/views/layouts/application.html.haml
wheels-0.0.41 app/views/layouts/application.html.haml
wheels-0.0.40 app/views/layouts/application.html.haml
wheels-0.0.39 app/views/layouts/application.html.haml
wheels-0.0.38 app/views/layouts/application.html.haml
wheels-0.0.37 app/views/layouts/application.html.haml
wheels-0.0.36 app/views/layouts/application.html.haml
wheels-0.0.35 app/views/layouts/application.html.haml
wheels-0.0.34 app/views/layouts/application.html.haml
wheels-0.0.33 app/views/layouts/application.html.haml
wheels-0.0.32 app/views/layouts/application.html.haml
wheels-0.0.31 app/views/layouts/application.html.haml
wheels-0.0.30 app/views/layouts/application.html.haml
wheels-0.0.29 app/views/layouts/application.html.haml