1
0
Fork 0
oldhaven/app/views/layouts/application.html.erb

15 lines
202 B
Plaintext
Raw Normal View History

2011-04-03 16:21:05 +00:00
<!DOCTYPE html>
<html>
<head>
2011-06-13 12:54:56 +00:00
<title>Beathaven</title>
<%= stylesheet_link_tag :all %>
<%= javascript_include_tag :defaults %>
<%= csrf_meta_tag %>
2011-04-03 16:21:05 +00:00
</head>
<body>
2011-06-13 12:54:56 +00:00
<%= yield %>
2011-04-03 16:21:05 +00:00
</body>
</html>