Sha256: fb621f41e497368e4b2594200d833e8f4021361153e4bbe488422c990517148b

Contents?: true

Size: 1023 Bytes

Versions: 27

Compression:

Stored size: 1023 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,user-scalable=no', :name => 'viewport' }
    = platform_hints(Tenon.config.primary_color) if Tenon.config.primary_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))}
    = render 'tenon/shared/util_nav'
    = render 'tenon/shared/main_nav'
    - if content_for?(:sidebar)
      .sidebar-container= yield :sidebar
    .page-wrap
      = yield

    .generic-loader
      %i.fa-gear.fa.fa-4x.fa.fa-spin

    = flash_messages
    = render 'tenon/shared/version_warning' if @item_version

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
tenon-1.1.3 app/views/layouts/tenon/application.html.haml
tenon-1.1.2 app/views/layouts/tenon/application.html.haml
tenon-1.1.1 app/views/layouts/tenon/application.html.haml
tenon-1.0.76 app/views/layouts/tenon/application.html.haml
tenon-1.0.75 app/views/layouts/tenon/application.html.haml
tenon-1.0.74 app/views/layouts/tenon/application.html.haml
tenon-1.0.73 app/views/layouts/tenon/application.html.haml
tenon-1.0.72 app/views/layouts/tenon/application.html.haml
tenon-1.0.71 app/views/layouts/tenon/application.html.haml
tenon-1.0.70 app/views/layouts/tenon/application.html.haml
tenon-1.0.69 app/views/layouts/tenon/application.html.haml
tenon-1.0.68 app/views/layouts/tenon/application.html.haml
tenon-1.0.67 app/views/layouts/tenon/application.html.haml
tenon-1.0.66 app/views/layouts/tenon/application.html.haml
tenon-1.0.65 app/views/layouts/tenon/application.html.haml
tenon-1.0.64 app/views/layouts/tenon/application.html.haml
tenon-1.0.63 app/views/layouts/tenon/application.html.haml
tenon-1.0.62 app/views/layouts/tenon/application.html.haml
tenon-1.0.61 app/views/layouts/tenon/application.html.haml
tenon-1.0.60 app/views/layouts/tenon/application.html.haml