Show More
Commit Description:
boots into rails 3
Commit Description:
boots into rails 3
File last commit:
Show/Diff file:
Action:
app/views/layouts/application.html.erb | 14 lines | 240 B | text/plain | TextLexer |
<!DOCTYPE html>
<html>
<head>
<title>CafeGraderWeb</title>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
</head>
<body>
<%= yield %>
</body>
</html>