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

7 lines
154 B
Plaintext
Raw Normal View History

<h1>Edit Vendor</h1>
<%= render 'form', vendor: @vendor %>
<%= link_to 'Cancel', vendor_path(@vendor) %> |
<%= link_to 'Back to List', vendors_path %>