2013-10-09 12:30:53 +02:00
|
|
|
!!!
|
|
|
|
= partial "layouts/head/ie"
|
2012-09-10 01:37:46 +02:00
|
|
|
<!--[if gt IE 8]><!-->
|
2013-10-09 12:30:53 +02:00
|
|
|
%html.no-js(lang="en"){:class => data.page.head_classes}
|
2012-09-10 01:37:46 +02:00
|
|
|
<!--<![endif]-->
|
|
|
|
%head
|
2013-10-09 12:30:53 +02:00
|
|
|
%title= page_title
|
|
|
|
= partial "layouts/head/meta"
|
|
|
|
= partial "layouts/head/stylesheets"
|
|
|
|
= partial "layouts/head/javascripts"
|
|
|
|
= partial "layouts/head/link"
|
2012-10-30 05:19:53 +01:00
|
|
|
|
2013-10-09 12:30:53 +02:00
|
|
|
%body{class: page_classes}
|
2012-11-28 12:59:42 +01:00
|
|
|
.page
|
2013-10-09 12:30:53 +02:00
|
|
|
= partial "layouts/regions/toolkit"
|
|
|
|
= partial "layouts/regions/browsehappy"
|
|
|
|
= partial "layouts/regions/alert"
|
|
|
|
.pop-stripe
|
|
|
|
= partial "layouts/regions/banner"
|
|
|
|
= partial "layouts/regions/page_header"
|
2012-11-29 18:33:08 +01:00
|
|
|
|
2013-10-09 12:30:53 +02:00
|
|
|
=yield
|
2012-11-28 12:59:42 +01:00
|
|
|
|
2013-10-09 12:30:53 +02:00
|
|
|
.alert.release
|
|
|
|
.container
|
2013-10-11 23:03:13 +02:00
|
|
|
%ul
|
2013-10-12 21:49:34 +02:00
|
|
|
- if data.respond_to?(:version)
|
|
|
|
%li Current Release: <span class="release-name">#{data.version.name} (#{data.version.number})</span>
|
|
|
|
- else
|
|
|
|
%li Current Release: <span class="release-name">???</span>
|
2013-10-12 17:57:34 +02:00
|
|
|
%li=link_to "Release Notes", "http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html"
|
|
|
|
%li=link_to "Fork on Github", "https://github.com/nex3/sass"
|
2013-10-09 12:30:53 +02:00
|
|
|
|
|
|
|
= partial "layouts/regions/section_bottom"
|
|
|
|
= partial "layouts/regions/contentinfo"
|
|
|
|
= partial "layouts/foot/javascripts"
|