Sha256: 4b6ab54689f21887c73a2093a13b62f06d07c11c6525b92bf88fcc34e4dc30a7
Contents?: true
Size: 981 Bytes
Versions: 15
Compression:
Stored size: 981 Bytes
Contents
!!! %html %head %title= page_title = javascript_include_tag "", :charset => "utf-8" = stylesheet_link_tag "" = csrf_meta_tag %meta{ :charset =>"utf-8"} = google_analytics_js_tag - unless page_keywords.blank? %meta{:content=>"#{page_keywords}",:property=>"keywords"} - unless page_description.blank? %meta{:content=>"#{page_description}",:property=>"description"} %meta{:content=>"#{page_description}",:property=>"og:description"} - unless page_fb_icon_path.blank? %meta{:content=>"#{page_fb_icon_path}",:property=>"og:image"} - unless page_title.blank? %meta{:content=>"#{page_title}",:property=>"og:title"} %link{ :rel=>"shortcut icon", :href=>"/images/favicon.png"} %body{:class=>body_class(@page)} - @pages = Gluttonberg::Page.find(:all , :conditions => { :home => true } ) - slug = @locale ? @locale.slug : "" = navigation_tree(@pages, :id => "navigation" , :slug => slug ) = yield
Version data entries
15 entries across 15 versions & 1 rubygems