mirror of
https://github.com/fspc/bike-database.git
synced 2025-02-22 09:13:23 -05:00
7 lines
113 B
Plaintext
7 lines
113 B
Plaintext
.container
|
|
%h1 Edit client
|
|
= render 'form'
|
|
= link_to 'Show', @client
|
|
|
|
|
= link_to 'Back', clients_path
|