lk | changes order of bikes and adds log bikes button to home page

This commit is contained in:
Louis Knapp
2015-09-18 13:48:16 -05:00
parent 2edbcb5bbf
commit b480d7b405
3 changed files with 7 additions and 5 deletions
+3 -3
View File
@@ -14,7 +14,7 @@
%tbody
- @unsold_bikes.each do |bike|
%tr
%td= bike.brand
%td= bike.brand
%td= bike.model
%td= link_to 'Show', bike
%td= link_to 'Edit', edit_bike_path(bike)
@@ -30,8 +30,8 @@
%tbody
- @bikes.each do |bike|
%tr
%td= bike.brand
%td= bike.brand
%td= bike.model
%td= link_to 'Show', bike
%td= link_to 'Edit', edit_bike_path(bike)
+3 -1
View File
@@ -3,6 +3,8 @@
%br
%h2 Bikes
%br
= link_to "Log Bikes", new_bike_path
%br
= link_to "View All Bikes", bikes_path
%br
= link_to "Print Sale Bike Labels", print_select_bikes_path
@@ -15,7 +17,7 @@
%br
= link_to "Freecyclery Bikes Ready for Pickup", ready_for_pickup_path
%br
= link_to "Freecyclery Closed Applications", closed_applications_path
= link_to "Freecyclery Closed Applications", closed_applications_path
%br
= link_to "Available Bikes", available_bikes_path
%h2 Reports