Files
dunlop-ember/spec/dummy/app/views/layouts/application.html.slim
T
2017-12-21 11:36:52 +01:00

28 lines
1.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
doctype html
html
head
meta name="viewport" content="width=device-width, initial-scale=1.0"
title= content_for?(:title) ? yield(:title) : application_name
meta name="description" content="#{content_for?(:description) ? yield(:description) : 'Migration Dashboard'}"
= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true
= javascript_include_tag 'vendor/modernizr'
= javascript_include_tag 'application', 'data-turbolinks-track' => true
= csrf_meta_tags
body class=body_classes
#workflow-step-modal.reveal-modal data-reveal=""
.content
a.close-reveal-modal ×
header= render 'layouts/navigation'
main role="main"
.environment-ribbon class=Rails.env
span= Rails.env
= render 'layouts/messages'
= yield
footer
.right
Powered by
= link_to 'FourStack B.V.', 'http://fourstack.nl/', target: :_blank
#display-badge-info-popup.reveal-modal data-reveal=""
.display-badge-info-content
a.close-reveal-modal x