Sha256: 31821beb1c4e34b63c05f94f68af3c95db677daeda761e0e45a55e06de0152e0
Contents?: true
Size: 1.16 KB
Versions: 12
Compression:
Stored size: 1.16 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 t('spina.preview_website'), "/", class: 'button button-hollow button-round button-small', data: {:"no-turbolink" => true, icon: "W"} .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
12 entries across 12 versions & 1 rubygems