Sha256: 00276b71c9b0514dace023ea0f4dca20a37e60e44361305bda9b2b3e5278dd16

Contents?: true

Size: 1.21 KB

Versions: 1

Compression:

Stored size: 1.21 KB

Contents

!!!
%html{lang: 'nl'}
  %head
    %meta{charset: 'utf-8'}
    %meta{name: 'viewport', content: 'initial-scale=1.0, user-scalable=no'}
    = csrf_meta_tags

    %title denkWebsite

    / Stylesheet
    = stylesheet_link_tag "spina/admin/application"

    /[if lt IE 9]
      = javascript_include_tag "//html5shiv.googlecode.com/svn/trunk/html5.js"

    / JavaScript
    = javascript_include_tag "http://feather.aviary.com/js/feather.js"
    = javascript_include_tag "spina/admin/application"
  %body
    = render 'spina/admin/shared/navigation'

    = yield(:secondary_navigation)

    %section#main
      %header#main_content_header
        = yield(:permanent_notice) if content_for?(:permanent_notice)
        .pull-right
          = link_to "/", class: 'button button-hollow button-round button-small', target: :blank, data: {:"no-turbolink" => true} do
            = icon('preview')
            = t('spina.preview_website')
        .breadcrumbs= render_breadcrumbs separator: '<div class="divider"></div>'
        = yield(:tertiary_navigation) if content_for?(:tertiary_navigation)

        = render 'spina/admin/shared/notifications'

      = content_for?(:content) ? yield(:content) : yield

    / Aviary editor
    #injection_site

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spina-0.6.26 app/views/layouts/spina/admin/application.html.haml