Sha256: baf8c38a86e4b156f97eb461b142ddb88ec1fdcd5005e2929fe128a511b4252b
Contents?: true
Size: 1018 Bytes
Versions: 1
Compression:
Stored size: 1018 Bytes
Contents
!!! %html{:lang => 'en'} %head %meta{:charset => 'utf-8'}/ %title Feather CMS %meta{:content => 'width=device-width, initial-scale=1.0', :name => 'viewport'}/ %meta{:content => '', :name => 'description'}/ %meta{:content => '', :name => 'author'}/ / Le styles = stylesheet_link_tag 'feather_cms/application', :media => 'all' = javascript_include_tag 'feather_cms/application' = yield(:head) / Le HTML5 shim, for IE6-8 support of HTML5 elements /[if lt IE 9] <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> %body .navbar.navbar-fixed-top .navbar-inner .container = link_to 'Feather CMS', pages_path, :class => 'brand' .nav-collapse %ul.nav %li = link_to 'Add Page' , new_page_path - if FeatherCms::Config.sign_out_url %ul.nav.pull-right %li = link_to 'Sign Out', sign_out_url .container = yield
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
feather_cms-0.0.5 | app/views/layouts/feather_layout.html.haml |