You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 11, 2021. It is now read-only.
The back button on offers#show doesn't work once you click on the booking button. Trying to go back from support_requests#new to offers#show works, but hitting back again returns the user to support_requests#new rather than topics#show.
This is because rather than a fixed link we use :back which returns the user to the previous page viewed.
The back button on
offers#show
doesn't work once you click on the booking button. Trying to go back fromsupport_requests#new
tooffers#show
works, but hitting back again returns the user tosupport_requests#new
rather thantopics#show
.This is because rather than a fixed link we use
:back
which returns the user to the previous page viewed.fusebox-insights/app/views/offers/show.html.erb
Line 4 in 6a6b9ba
The text was updated successfully, but these errors were encountered: