Sha256: def1735c1a1d67eddc956c81f416b25554f93f58d482b795078941708f250791

Contents?: true

Size: 1.24 KB

Versions: 1

Compression:

Stored size: 1.24 KB

Contents

!!! XML
!!! 1.1
%html{:xmlns => "http://www.w3.org/1999/xhtml"}
  %head
    %meta{"http-equiv" => "Content-type", :content => "text/html; charset=utf-8"}/
    %title= "#{@page_title}" || "#{controller.controller_name}: #{controller.action_name}"
    =stylesheet_link_tag 'reset-fonts-grids', 'application', :cache => true, :media => 'screen'
    %meta{"name" => "copyright", :content => ""}/
    %meta{"name" => "description", :content => "#{page_description rescue nil}"}/
    %meta{"name" => "keywords", :content => "#{@page_keywords rescue nil}"}/
    %link{"rel"  => "shortcut icon", :href => "", :type => ""}/
  %body
    #hd{:class => "yui-d0"}
      #hd-content{:class => "yui-d3f"}
        %h1= link_to(image_tag('', :alt => ''), root_path())
        %ul{:id => "hd-nav"}
    #bd{:class => "yui-d0"}
      #bd-content{:class => "yui-d3f"}
        %p#flash-notice.flash{:style => "display: none;"}
        %p#flash-warning.flash{:style => "display: none;"}
        %p#flash-error.flash{:style => "display: none;"}
        =yield
    #ft{:class => "yui-d0"}
      #ft-content{:class => "yui-d3f"}
        %p#copyright= "Copyright © 2009  #{link_to('', root_path())}"
    =javascript_include_tag 'jquery', 'scaffold', 'application', :cache => true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sob-shoulda_generator-0.2.1 rails_generators/shoulda_scaffold/templates/haml/layout.html.haml