Sha256: 81669f81073a2f8c4f0e6db01fb779ca8872ad0d875bf5ae3564592f6b758b05

Contents?: true

Size: 844 Bytes

Versions: 1

Compression:

Stored size: 844 Bytes

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"}

    %title Crono Dashboard

    %link{href: "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css", rel: "stylesheet"}
    %link{href: "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap-theme.min.css", rel: "stylesheet"}
    %link{href: "#{env['SCRIPT_NAME']}/custom.css", rel: "stylesheet"}

  %body
    %br
    %br
    .container
      .page-header
        %h1
          Crono #{Crono::VERSION}
          %small Dashboard
      = yield

    %script{src: "https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"}
    %script{src: "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js"}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
crono-0.7.0 web/views/layout.haml