Sha256: d067b399e2a39b98e5ba9a15e3819152f8e187a564ff1d733ecd7602b98264cc

Contents?: true

Size: 576 Bytes

Versions: 2

Compression:

Stored size: 576 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.bp.two-col
    #container
      #header
        Web Site
      #sidebar
        = render :partial => 'shared/sidebar'
      #content
        = render :partial => 'shared/flashes'
        = yield
        = render :partial => 'shared/javascript'
      #footer
        = render :partial => 'shared/footer'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tsrails-2.0.2 template/files/application.html.haml
tsrails-2.0.0 template/files/application.html.haml