Louis | Adds page which shows freecyclery bikes that are ready for pickup

This commit is contained in:
Loos
2014-10-07 21:01:29 -04:00
parent 090edd24e3
commit 77e7109b9e
6 changed files with 41 additions and 0 deletions
@@ -0,0 +1,17 @@
.container
%br
%h1 Freecyclery Bikes for Pickup
%table.table.table-striped.table-bordered.table-hover
%thead
%tr
%th Brand
%th Model
%th Client
%tbody
- @bikes_for_pickup.each do |bike|
%tr
%td= bike.brand
%td= bike.model
%td= bike.client.name