obdev/app/views/workers/edit.html.erb

7 lines
154 B
Plaintext
Raw Normal View History

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