28 lines
387 B
Plaintext
28 lines
387 B
Plaintext
<div id="<%= dom_id income %>">
|
|
<p>
|
|
<strong>Title:</strong>
|
|
<%= income.title %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Amount:</strong>
|
|
<%= income.amount %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Date:</strong>
|
|
<%= income.date %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Category:</strong>
|
|
<%= income.category %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Description:</strong>
|
|
<%= income.description %>
|
|
</p>
|
|
|
|
</div>
|