Skip to content

Commit 609578c

Browse files
committed
remove card-body
1 parent c583836 commit 609578c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/views/photos/_photo.html.erb

+1-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@
3838
<%= render "comments/comment", comment: comment %>
3939
<% end %>
4040

41-
<div class="card-body">
42-
<%= render "comments/form", comment: photo.comments.build %>
43-
</div>
41+
<%= render "comments/form", comment: photo.comments.build %>
4442
</ul>
4543
<% end %>
4644
</div>

0 commit comments

Comments
 (0)