mirror of
https://github.com/fspc/bike-database.git
synced 2025-02-22 09:13:23 -05:00
8 lines
187 B
Plaintext
8 lines
187 B
Plaintext
.container
|
|
%p#notice= notice
|
|
= form_for(@client) do |f|
|
|
= render 'fields', f: f, disabled: true
|
|
= link_to 'Edit', edit_client_path(@client)
|
|
|
|
|
= link_to 'Back', clients_path
|