Sha256: f7f17cc1527c44153af8f77807e3382f058e82f361cbab4d95e0766b11410aaf

Contents?: true

Size: 586 Bytes

Versions: 1

Compression:

Stored size: 586 Bytes

Contents

!!!
%html
  %head
    %meta{"http-equiv" => "Content-type", :content => "text/html; charset=utf-8"}
    %title= @page_title || "Page Title"
    = stylesheet_link_tag    "application"
    = javascript_include_tag "application"
    = csrf_meta_tags
    = yield :head
  %body
    #container
      #header
        Web Site
      #sidebar
        = render :partial => 'shared/sidebar'
      #content
        = render :partial => 'shared/flashes'
        = yield
        = render :partial => 'shared/javascript'
      #footer
        = render :partial => 'shared/footer'
  = yield :javascript

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tsrails-2.0.3 template/files/application.html.haml