mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Show add another bike link after creating bike
This commit is contained in:
@@ -10,6 +10,7 @@ class BikesController < AuthenticatedController
|
||||
def show
|
||||
@bike = Bike.find_by_id(params[:id])
|
||||
@task_list_id = @bike.task_list.id
|
||||
@show_add_bike = true if params[:add_bike]
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user