Sha256: b07c75a72ab62c1b7e6b7f2ef4935ab653ee8e719c68a243842f9a6da292d40b
Contents?: true
Size: 943 Bytes
Versions: 4
Compression:
Stored size: 943 Bytes
Contents
-# The main application layout which is wrapped around every view. -# origin: RM !!! %html %head %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/ %meta{:content => "en", "http-equiv" => "Content-Language"}/ %meta{:'http-equiv' => 'X-UA-Compatible', :content => 'IE=EmulateIE7'}/ = csrf_meta_tag %title= APPLICATION_TITLE = render 'layouts/stylesheets' = render 'layouts/javascripts' %body{:id => yield(:body_id)} #container #head #head_inner .viewport #site_name= link_to APPLICATION_TITLE, root_path = render 'layouts/session_navigation' = clear = render 'layouts/notifications' = render_navigation Navigation.main = yield(:page_head) = render 'layouts/flashes' #main #main_inner #page = yield = render 'layouts/javascript_requirement'
Version data entries
4 entries across 4 versions & 1 rubygems