Sha256: d83e7fe8b9dfb002cc60fd82067c7cc1c48b33b332c3ef84a83b9c8ce525e978

Contents?: true

Size: 1.03 KB

Versions: 12

Compression:

Stored size: 1.03 KB

Contents

!!! 5
%html{ lang: 'en' }
  %head
    %meta{ charset: 'utf-8' }
    %meta{ 'http-equiv' => 'X-UA-Compatible', content: 'IE=edge' }
    %meta{ name: 'viewport', content: 'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' }

    %title Crono Dashboard

    %link{ href: "#{env['SCRIPT_NAME']}/css/materialize.min.css", rel: 'stylesheet', media: 'screen,projection' }
    %link{ href: "#{env['SCRIPT_NAME']}/css/custom.css", rel: 'stylesheet', media: 'screen,projection' }

  %body.blue-grey.darken-2
    %nav.container.blue-grey.white-text
      .nav-wrapper
        %a.brand-logo{ href: url('/') } Crono Dashboard

    = yield

    %footer.page-footer.blue-grey.darken-2
      .footer-copyright.blue-grey.darken-2
        .container.blue-grey.white-text
          Crono v#{Crono::VERSION}

          %a.right{ href: 'https://github.com/plashchynski/crono', target: '_blank' } Documentation


    %script{ src: "#{env['SCRIPT_NAME']}/js/jquery-2.1.3.min.js" }
    %script{ src: "#{env['SCRIPT_NAME']}/js/materialize.min.js" }

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
crono-1.1.2 web/views/layout.haml
crono-1.1.1 web/views/layout.haml
crono-1.1.0 web/views/layout.haml
crono-1.0.3 web/views/layout.haml
crono-1.0.2 web/views/layout.haml
crono-1.0.1 web/views/layout.haml
crono-1.0.0 web/views/layout.haml
crono-1.0.0.pre3 web/views/layout.haml
crono-1.0.0.pre2 web/views/layout.haml
crono-0.9.0 web/views/layout.haml
crono-0.8.9 web/views/layout.haml
crono-0.8.9.pre web/views/layout.haml