Louis Knapp
9 years ago
9 changed files with 32 additions and 63 deletions
@ -1,6 +1,4 @@ |
|||||
.container |
.container |
||||
%h1 Edit client |
%h1 Edit client |
||||
= render 'form' |
= render 'form' |
||||
= link_to 'Show', @client |
|
||||
| |
|
||||
= link_to 'Back', clients_path |
= link_to 'Back', clients_path |
||||
|
@ -1,7 +0,0 @@ |
|||||
.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 |
|
Loading…
Reference in new issue