Sha256: cc210aa9494ac2026c77f64cecb328cd97e771c7bb527ba47ed1e8981cae30ba

Contents?: true

Size: 601 Bytes

Versions: 102

Compression:

Stored size: 601 Bytes

Contents

!!!
%html
  %head
    %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
    %title Olivander
    = csrf_meta_tags
    = csp_meta_tag
    %link{ rel: 'stylesheet', href: 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback' }
    = javascript_include_tag "https://www.gstatic.com/charts/loader.js"
    = stylesheet_link_tag "adminlte", "data-turbo-track": "reload"
    = javascript_include_tag "adminlte", "data-turbo-track": "reload"
  %body
    %h3 This is the OLIVANDER layout

    = render_datatable TestDatatable.new

    = yield

Version data entries

102 entries across 102 versions & 1 rubygems

Version Path
five-two-nw-olivander-0.1.2 app/views/layouts/olivander/application.html.haml
five-two-nw-olivander-0.1.1 app/views/layouts/olivander/application.html.haml