Sha256: d367e0141aa519f76e94f44dac27abcd140692a857c594ab92291141459c528f
Contents?: true
Size: 1.15 KB
Versions: 2
Compression:
Stored size: 1.15 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 "Bekijk je 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
spina-0.6.12 | app/views/layouts/spina/admin/application.html.haml |
spina-0.6.11 | app/views/layouts/spina/admin/application.html.haml |