Return to cart button

Permalink
My client would like a return to cart on the Billing page as currently all it has is the next button.
The controller for the next and previous during checkout is below, is there a way to change this previous to a controller that would return you to the cart?
<?php echo  $this->controller->getCheckoutNextStepButton() ?>
        <?php echo  $this->controller->getCheckoutPreviousStepButton() ?>

junebird