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

15 lines
262 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>Dunlop ember</title>
<%= stylesheet_link_tag "dunlop/ember/application", media: "all" %>
<%= javascript_include_tag "dunlop/ember/application" %>
<%= csrf_meta_tags %>
</head>
<body>
<%= yield %>
</body>
</html>