You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
260 B

<div id="<%= dom_id product %>">
<p class="my-5">
<strong class="block font-medium mb-1">Title:</strong>
<%= product.title %>
</p>
<p class="my-5">
<strong class="block font-medium mb-1">Price:</strong>
<%= product.price %>
</p>
</div>