Sha256: a5a71a21a092b9c9760491c423f992ac06e1bfe3f383892703352ff6e8ab887b
Contents?: true
Size: 1.15 KB
Versions: 10
Compression:
Stored size: 1.15 KB
Contents
!!! %html{lang: 'en'} %head %meta{charset: 'utf-8'} %meta{name: 'viewport', content: 'initial-scale=1.0, user-scalable=no'} = csrf_meta_tags %title Spina / Stylesheet = stylesheet_link_tag 'spina/admin/application', 'fonts' /[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 "Bekijk je website", "/", class: 'button button-hollow button-round button-small', target: :blank, 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 #injection_site
Version data entries
10 entries across 10 versions & 1 rubygems