Initial commit

This commit is contained in:
Andrew Tomaka 2013-08-04 19:35:10 -04:00
commit de37e811f9
49 changed files with 950 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Allpro</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>