clean up views & volunteer display

This commit is contained in:
loos
2014-03-12 19:58:06 -05:00
parent 65216e3835
commit 8b17200b97
10 changed files with 66 additions and 32 deletions
+6 -2
View File
@@ -1,2 +1,6 @@
<h1>Bicycle Data Tracker</h1>
<%= link_to "Track Bicycles", bikes_path %>
<div class="container">
<h1>Bicycle Data Tracker</h1>
<%= link_to "Bikes", bikes_path %>
<br>
<%= link_to "Volunteers", volunteers_path %>
</div>