7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
|
<h1>Edit Worker</h1>
|
||
|
|
||
|
<%= render 'form', worker: @worker %>
|
||
|
|
||
|
<%= link_to 'Cancel', worker_path(@worker) %> |
|
||
|
<%= link_to 'Back to List', workers_path %>
|