MongoDB-Uppgift/app/views/posts/_post.html.erb
2025-05-23 14:14:30 +02:00

12 lines
163 B
Text

<div id="<%= dom_id post %>">
<p>
<strong>Title:</strong>
<%= post.title %>
</p>
<p>
<strong>Body:</strong>
<%= post.body %>
</p>
</div>