Fixed routing and publicInfoPage.
This commit is contained in:
@ -2,11 +2,11 @@
|
||||
|
||||
<div class="text-center">
|
||||
<h2><%= it.name %></h2>
|
||||
<p><strong>Category:</strong> <%= it.category%></p>
|
||||
<p><strong>Amount:</strong> <%= it.Amount %></p>
|
||||
<p><strong>SKU:</strong> <%= it.SKU %></p>
|
||||
<p><strong>Comment:</strong> <%= it.comment %></p>
|
||||
<p><strong>Category:</strong> <%= it.category.name %></p>
|
||||
<p><strong>Amount:</strong> <%= it.amount %></p>
|
||||
<p><strong>SKU:</strong> <%= it.SKU %></p>
|
||||
</div>
|
||||
|
||||
|
||||
<%~ E.includeFile("partials/foot.eta.html") %>
|
||||
<%~ E.includeFile("partials/foot.eta.html") %>
|
||||
|
Reference in New Issue
Block a user