Sha256: af808054edaec6e977391417ddddd9fda64491721d30248f37731bb7dfda34b0
Contents?: true
Size: 708 Bytes
Versions: 4
Compression:
Stored size: 708 Bytes
Contents
!!! 5 %html{lang: I18n.locale} %head %meta{content: "text/html; charset=utf-8", "http-equiv" => "Content-Type"} - unless (title = @html_title || @title || respond_to(:title)).blank? %title= h title %link{rel: "icon", href: "/favicon.ico", type: "image/x-icon"} = stylesheet_link_tag '/themes/default/reset.css' = stylesheet_link_tag '/face.css' = yield :head %body = yield :top_panel = yield :navigation = render themed_partial("/layout_templates/#{theme.layout_template}") = yield :bottom_panel = javascript_include_tag '/face.js' = yield :bottom = call_deferred_js = yield :analytics
Version data entries
4 entries across 4 versions & 1 rubygems