Dashboard/app/views/dashboard/examples/_example.html.erb

12 lines
170 B
Text

<div id="<%= dom_id example %>">
<p>
<strong>Text:</strong>
<%= example.text %>
</p>
<p>
<strong>Body:</strong>
<%= example.body %>
</p>
</div>