18 lines
253 B
Plaintext
18 lines
253 B
Plaintext
<div id="<%= dom_id suggestion %>">
|
|
<p>
|
|
<strong>Subject:</strong>
|
|
<%= suggestion.subject %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Body:</strong>
|
|
<%= suggestion.body %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Sent:</strong>
|
|
<%= suggestion.sent %>
|
|
</p>
|
|
|
|
</div>
|