Bootstrapped rails

This commit is contained in:
Gregory Eremin
2012-08-26 00:48:13 +04:00
commit 9bc526cbb5
44 changed files with 887 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>BeatHaven</title>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
</head>
<body>
<%= yield %>
</body>
</html>