GIVEN a user searched for a restaurant (they chose to eat out)
WHEN they view a restaurant
THEN they are able to go back to search results by clicking the link on the nav-bar (add functionality to link)
WHEN they view a restaurant
THEN an AJAX call is made and the page is dynamically updated with the AJAX response in the html container.
GIVEN a user searched for a restaurant (they chose to eat out)
WHEN they view a restaurant
THEN they are able to go back to search results by clicking the link on the nav-bar (add functionality to link)
WHEN they view a restaurant
THEN an AJAX call is made and the page is dynamically updated with the AJAX response in the html container.