Sha256: 9f863a469adede388c428492820f763fc6d2d344ebe39961954e08883021132d

Contents?: true

Size: 637 Bytes

Versions: 5

Compression:

Stored size: 637 Bytes

Contents

- # error layout: by default this is the same as application layout
- # but it's a separate layout for easier custom error pages in your app.

!!! 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/error.html.haml
publish_my_data-1.0.3 app/views/layouts/publish_my_data/error.html.haml
publish_my_data-1.0.2 app/views/layouts/publish_my_data/error.html.haml
publish_my_data-1.0.1 app/views/layouts/publish_my_data/error.html.haml
publish_my_data-1.0.0 app/views/layouts/publish_my_data/error.html.haml