more visual t/sing

This commit is contained in:
Ken Johnson
2013-04-24 16:45:55 -04:00
parent fb59deb224
commit a9232d7b2c
44 changed files with 29 additions and 21 deletions
+4 -1
View File
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Railsgoat</title>
<title>RailsGoat</title>
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
@@ -19,6 +19,9 @@
<body>
<%= render "layouts/shared/header" %>
<%= render "layouts/shared/sidebar" %>
<div class="dashboard-wrapper">
<%= yield %>
</div>
<%= render "layouts/shared/footer" %>
</body>
</html>