1
0
mirror of https://github.com/fspc/bike-database.git synced 2025-02-22 09:13:23 -05:00
bike-database/app/views/clients/edit.html.haml
2014-09-21 18:23:15 -05:00

7 lines
113 B
Plaintext

.container
%h1 Edit client
= render 'form'
= link_to 'Show', @client
|
= link_to 'Back', clients_path