erb -> haml

This commit is contained in:
loos
2014-03-20 16:59:36 -05:00
parent 8b17200b97
commit 8bf01921a3
28 changed files with 203 additions and 287 deletions
-6
View File
@@ -1,6 +0,0 @@
<div class="container">
<h1>Bicycle Data Tracker</h1>
<%= link_to "Bikes", bikes_path %>
<br>
<%= link_to "Volunteers", volunteers_path %>
</div>
+5
View File
@@ -0,0 +1,5 @@
.container
%h1 Bicycle Data Tracker
= link_to "Bikes", bikes_path
%br
= link_to "Volunteers", volunteers_path