18 lines
242 B
Plaintext
18 lines
242 B
Plaintext
<div id="<%= dom_id caf %>">
|
|
<p>
|
|
<strong>Company:</strong>
|
|
<%= caf.company_id %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Name:</strong>
|
|
<%= caf.name %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Description:</strong>
|
|
<%= caf.description %>
|
|
</p>
|
|
|
|
</div>
|