1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +00:00
Files
wrestlingdev.com/app/views/layouts/application.html.erb
Jacob Cody Wimer 6a38c8388b initial commit
2013-12-23 11:04:30 -05:00

15 lines
299 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title>Wrestling</title>
<%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
<%= javascript_include_tag "application", "data-turbolinks-track" => true %>
<%= csrf_meta_tags %>
</head>
<body>
<%= yield %>
</body>
</html>