You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
148 B
6 lines
148 B
.container
|
|
%h1 New bike
|
|
= render 'new_form'
|
|
= link_to 'All Bikes', bikes_path
|
|
|
|
|
= link_to 'Previous Bike', edit_bike_path(@previous_bike)
|
|
|