added some css and then created a header and sidebar as well as a login page and controller

This commit is contained in:
Ken Johnson
2013-04-24 12:43:34 -04:00
parent f95fd522ca
commit 8f2be0587f
19 changed files with 10257 additions and 54 deletions
+8 -1
View File
@@ -5,9 +5,16 @@
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<!--[if lte IE 7]>
<script src="css/icomoon-font/lte-ie7.js">
</script>
<![endif]-->
</head>
<body>
<%= render "layouts/shared/header" %>
<%= render "layouts/shared/sidebar" %>
<%= yield %>
</body>