working on the PTO section

This commit is contained in:
Ken Johnson
2013-05-27 09:38:34 -04:00
parent daddb138a5
commit 923abddb89
6 changed files with 219 additions and 191 deletions
+2 -1
View File
@@ -5,7 +5,7 @@
<%= stylesheet_link_tag "application", :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %> <!-- <~ What is this for? I hear it helps w/ JS and Sea-surfing.....whatevz -->
<!-- bootstrap css -->
<script type="text/javascript" src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<!--[if lte IE 7]>
<script src="assets/fonts/lte-ie7.js">
@@ -31,5 +31,6 @@
</div>
</div>
<%= render "layouts/shared/footer" %>
</body>
</html>