lk | removes ready-for-pickup bikes list

This commit is contained in:
Louis Knapp
2015-12-29 13:50:25 -06:00
parent 8097cd232d
commit 6f435c9ec4
5 changed files with 0 additions and 26 deletions
@@ -1,15 +0,0 @@
.container
%br
%h1 Freecyclery Bikes for Pickup
%table.table.table-striped.table-bordered.table-hover
%thead
%tr
%th Bike
%th Client
%tbody
- @bikes_for_pickup.each do |bike|
%tr
%td= bike.name
%td= bike.client.name