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