Clean up trailing and leading whitespace

This commit is contained in:
James Espinosa
2014-07-05 19:15:32 -05:00
parent 6ea16fbe18
commit 68e6a01743
75 changed files with 499 additions and 499 deletions
+4 -4
View File
@@ -8,20 +8,20 @@
<!--[if lte IE 7]>
<script src="assets/fonts/lte-ie7.js">
</script>
<![endif]-->
<![endif]-->
</head>
<body>
<%= render "layouts/tutorial/header" %>
<%= render "layouts/tutorial/sidebar" %>
<%= render "layouts/tutorial/header" %>
<%= render "layouts/tutorial/sidebar" %>
<div class="container-fluid">
<div class="dashboard-wrapper">
<%= yield %>
</div>
</div>
</div>
<%= render "layouts/shared/footer" %>
</body>
</html>