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
-2
View File
@@ -15,8 +15,6 @@
%br
= link_to "Freecyclery Agencies", agencies_path
%br
= link_to "Freecyclery Bikes Ready for Pickup", ready_for_pickup_path
%br
= link_to "Freecyclery Closed Applications", closed_applications_path
%br
= link_to "Available Bikes", available_bikes_path