Sha256: edefafa9d5ac572c613246eb954bc89ccef2a7220192821e6623e9ba7bb9f722

Contents?: true

Size: 1.67 KB

Versions: 35

Compression:

Stored size: 1.67 KB

Contents

-# frozen_string_literal: true
!!!
:plain
  <!--[if lt IE 9]><html class="no-js lt-ie9"><![endif]-->
  <!--[if !IE]> --><html class="no-js"><!-- <![endif]-->
%head
  %meta{"http-equiv"=>"content-type", :content=>"text/html; charset=utf-8"}
  %meta{"http-equiv" => "X-UA-Compatible", "content" => "IE=edge"}
  %title Vragenlijst
  %meta(name="viewport" content="width=device-width, initial-scale=1.0 , user-scalable=no")

  = stylesheet_link_tag('quby/application', :media => 'screen, projection')
  = stylesheet_link_tag "quby/print", :media => "print"
  = csrf_meta_tags

  - if @custom_stylesheet.present?
    = stylesheet_link_tag @custom_stylesheet, :media => 'screen, projection'
  = javascript_include_tag "quby/application.js"

  - unless Rails.env.development?
    = javascript_include_tag "quby/disable_keys.js"
  = javascript_include_tag "quby/" + controller.controller_name
  :css
    #{yield(:extra_css)}
  :javascript
    $(function() {
      if (navigator.userAgent.indexOf("Trident/5") > -1)
        $("html").addClass("lt-ie9")
    });

%body
  #masthead

  #content
    .flash
      - if flash[:error]
        .error= flash[:error]
      - if flash[:alert]
        .alert= flash[:alert]
      - if flash[:notice]
        .notice= flash[:notice]
      - if flash[:success]
        .success= flash[:success]

    = yield

    .flash
      - if flash[:error]
        .error= flash[:error]
      - if flash[:alert]
        .alert= flash[:alert]
      - if flash[:notice]
        .notice= flash[:notice]
      - if flash[:success]
        .success= flash[:success]


  .x_container

  %noscript
    #noscript-warning Deze vragenlijst heeft ondersteuning voor JavaScript nodig.

:plain
  </html>

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
quby-5.6.7 app/views/quby/v1/layouts/application.html.haml
quby-5.6.6 app/views/quby/v1/layouts/application.html.haml
quby-5.6.5 app/views/quby/v1/layouts/application.html.haml
quby-5.6.3 app/views/quby/v1/layouts/application.html.haml
quby-5.6.2 app/views/quby/v1/layouts/application.html.haml
quby-5.6.1 app/views/quby/v1/layouts/application.html.haml
quby-5.6.0 app/views/quby/v1/layouts/application.html.haml
quby-5.5.0 app/views/quby/v1/layouts/application.html.haml
quby-5.4.0 app/views/quby/v1/layouts/application.html.haml
quby-5.3.1 app/views/quby/v1/layouts/application.html.haml
quby-5.3.0 app/views/quby/v1/layouts/application.html.haml
quby-5.2.0 app/views/quby/v1/layouts/application.html.haml
quby-5.1.3 app/views/quby/v1/layouts/application.html.haml
quby-5.1.2 app/views/quby/v1/layouts/application.html.haml
quby-5.1.1 app/views/quby/v1/layouts/application.html.haml
quby-5.1.0 app/views/quby/v1/layouts/application.html.haml
quby-5.0.5 app/views/quby/v1/layouts/application.html.haml
quby-5.0.4 app/views/quby/v1/layouts/application.html.haml
quby-5.0.3 app/views/quby/v1/layouts/application.html.haml
quby-5.0.2 app/views/quby/v1/layouts/application.html.haml