Sha256: d5d5d70cc0e9459c2457a28f8dd2fb61af185922c13ccd4519692e5142f447c1

Contents?: true

Size: 493 Bytes

Versions: 5

Compression:

Stored size: 493 Bytes

Contents

!!! 5
%html
  %head
    %title
      = render 'publish_my_data/shared/meta_title'
    = yield :page_description
    = javascript_include_tag :publish_my_data
    = stylesheet_link_tag :publish_my_data
  %body
    /[if lt IE 8]
      = render 'publish_my_data/shared/browser_warning'
    %header
      %nav
        = render 'publish_my_data/shared/logo'
        = yield :crumbs
    %main= yield
    = render 'publish_my_data/shared/footer'
    = render 'publish_my_data/shared/google_analytics'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
publish_my_data-1.0.4 app/views/layouts/publish_my_data/application.html.haml
publish_my_data-1.0.3 app/views/layouts/publish_my_data/application.html.haml
publish_my_data-1.0.2 app/views/layouts/publish_my_data/application.html.haml
publish_my_data-1.0.1 app/views/layouts/publish_my_data/application.html.haml
publish_my_data-1.0.0 app/views/layouts/publish_my_data/application.html.haml