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

7 lines
113 B
Plaintext
Raw Normal View History

.container
2014-09-21 18:23:15 -05:00
%h1 Edit client
= render 'form'
= link_to 'Show', @client
|
= link_to 'Back', clients_path