Louis | Adds page for available freecyclery bikes

This commit is contained in:
Loos
2014-10-09 19:42:08 -04:00
parent b717cba355
commit 9fad8ded1b
6 changed files with 58 additions and 2 deletions
@@ -0,0 +1,15 @@
.container
%br
%h1 Available Freecyclery Bikes
%table.table.table-striped.table-bordered.table-hover
%thead
%tr
%th Brand
%th Model
%tbody
- @available_bikes.each do |bike|
%tr
%td= bike.brand
%td= bike.model