Louis Knapp
9 years ago
3 changed files with 5 additions and 2 deletions
@ -0,0 +1,2 @@ |
|||
.btn.btn-default |
|||
= link_to 'Print Receipt', client_receipt_path(@client) |
@ -1,4 +1,5 @@ |
|||
.container |
|||
%h1 Edit client |
|||
= render 'receipt_button' if @client.bike_id |
|||
= render 'form' |
|||
= link_to 'Back', clients_path |
|||
|
Loading…
Reference in new issue