blob: d84a03d815f49ed2bd327b2897eec81daee6e86c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<div id="<%= dom_id fertilizer_product %>">
<p>
<strong>Name:</strong>
<%= fertilizer_product.name %>
</p>
<p>
<strong>Purity:</strong>
<%= fertilizer_product.purity %>
</p>
</div>
|