28 lines
381 B
Plaintext
28 lines
381 B
Plaintext
<p>
|
|
<b>Name:</b>
|
|
<%=h @supplier.name %>
|
|
</p>
|
|
|
|
<p>
|
|
<b>Description:</b>
|
|
<%=h @supplier.description %>
|
|
</p>
|
|
|
|
<p>
|
|
<b>Code:</b>
|
|
<%=h @supplier.code %>
|
|
</p>
|
|
|
|
<p>
|
|
<b>Created at:</b>
|
|
<%=h @supplier.created_at %>
|
|
</p>
|
|
|
|
<p>
|
|
<b>Updated at:</b>
|
|
<%=h @supplier.updated_at %>
|
|
</p>
|
|
|
|
|
|
<%= link_to 'Edit', edit_supplier_path(@supplier) %> |
|
|
<%= link_to 'Back', suppliers_path %> |