Sha256: 43ae1eb1acff17894589225afa3f835a209573cb825f2e95c45d1046a4a06946
Contents?: true
Size: 712 Bytes
Versions: 28
Compression:
Stored size: 712 Bytes
Contents
!!! Strict %html{ :lang => "en" } %head = csrf_meta_tag %meta{ :content => "text/html; charset=utf-8", "http-equiv" => "Content-Type" }/ %meta{ :content => 'initial-scale=1,width=device-width', :name => 'viewport' } = platform_hints(Tenon.config.client_color) if Tenon.config.client_color.present? %title = Tenon::MySettings.site_title.present? ? Tenon::MySettings.site_title : 'Tenon' = stylesheet_link_tag 'tenon/tenon', '//fonts.googleapis.com/css?family=Open+Sans:400,700' = javascript_include_tag 'tenon/tenon_manifest' %body{data: { controller: params[:controller], action: params[:action] }, class: ('menu-open' if content_for?(:sidebar))} .tenon-login= yield
Version data entries
28 entries across 28 versions & 1 rubygems