Sha256: afd48dd21fb3b4ab1cc1146c05b0e8aea857a1a3577d506de746fd5cf2864fb7

Contents?: true

Size: 877 Bytes

Versions: 2

Compression:

Stored size: 877 Bytes

Contents

!!!
%html{:lang => "en"}
  %head
    %meta{:charset => "utf-8"}/
    %meta{:content => "IE=edge", "http-equiv" => "X-UA-Compatible"}/
    %meta{:content => "width=device-width, initial-scale=1", :name => "viewport"}/
    %title= title ? title : "Appt"
    = csrf_meta_tags
    = stylesheet_link_tag "appt/application", media: "all"
    = content_for :stylesheets

    /[if lt IE 9]
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  %body
    = render partial: 'appt/shared/navbar'

    - if content_for?(:breadcrumbs)
      .container
        = yield :breadcrumbs

    = render partial: 'appt/shared/flash'

    = yield
    %footer
      %p &nbsp;

    = javascript_include_tag "appt/application"
    = content_for :javascripts

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
appt-0.0.1.beta.3 app/views/layouts/appt/application.html.haml
appt-0.0.1.beta.2 app/views/layouts/appt/application.html.haml