Sha256: 5c5606cd35b908afa5685ebfc24760d02537a0e01d0e0aa9dc5d12ff29877a7e

Contents?: true

Size: 639 Bytes

Versions: 33

Compression:

Stored size: 639 Bytes

Contents

-# frozen_string_literal: true
!!! XML
!!!
%html{ :xmlns=>"http://www.w3.org/1999/xhtml", 'xml:lang'=>"en", :lang=>"en" }
  %head
    %title Vragenlijst
    %meta{"http-equiv"=>"Content-Type", :content=>"text/html;charset=utf-8"}
    %meta{"http-equiv" => "X-UA-Compatible", "content" => "IE=edge"}
    = stylesheet_link_tag 'quby/dialog'
    = javascript_include_tag 'quby/application'
    /[if lt IE 7]
      %script{:defer=>"defer", :type=>"text/javascript", :src=>"/javascripts/pngfix.js"}
    %link{:rel=>"Shortcut Icon", :href=>"/favicon.ico"}

  %body
    #content{ :class => class_for_current_controller_and_action }
      = yield

Version data entries

33 entries across 33 versions & 1 rubygems

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