1
0
Fork 0
oldhaven/rails/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>
<title>Beathaven</title>
<%= stylesheet_link_tag :all %>
<%= javascript_include_tag :defaults %>
<%= csrf_meta_tag %>
</head>
<body>
<%= yield %>
</body>
</html>