I currently have a button like this:
= button_to "Go Back" , mobile_disclosures_url , :method => :get
But I am not sure what path to give it so that it makes the browser go back. Any help? 🙂
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to use JS for a real browser based backward navigation.
From memory, I think works with
button_to, but it should definitely work withlink_to.