Sha256: 48bec0c9461a30e5dbae82e1c883bfe3771d6c071c5984b6e476d0b2e5c9b6f6
Contents?: true
Size: 1.28 KB
Versions: 1
Compression:
Stored size: 1.28 KB
Contents
!!! Strict %html{ :lang => "en", :xmlns => "http://www.w3.org/1999/xhtml" } %head %link{:rel=>"icon", :href=>"/favicon.ico", :type=>"image/x-icon"} %link{:rel=>"shortcut icon", :href=>"/favicon.ico", :type=>"image/x-icon"} %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" } %title = stylesheet_link_tag 'base' %link#current-theme{ :href => "/stylesheets/themes/default/style.css", :rel => "stylesheet", :type => "text/css" } = stylesheet_link_tag 'overrides' = javascript_include_tag :defaults = javascript_include_tag 'jquery.corner', 'jquery.form', 'jquery.livequery' = javascript_include_tag 'jquery.scrollTo' = javascript_include_tag 'jquery.localscroll' = javascript_include_tag 'layout' %script{ :type => "text/javascript", :charset => "utf-8" } = render :partial => 'shared/theme_switch' %body #container #header %h1 %a{ :href => root_path } APP_CONFIG[:site_name] = render :partial => 'shared/main_navigation' = render :partial => 'shared/user_navigation' #wrapper #main = yield #sidebar = render :partial => 'shared/sidebar' #footer .block %p Copyright © 2009
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lucasefe-multi_helper-0.0.1 | generators/full_layout/templates/layout.html.haml |