otwa-aggie/app/views/comments/show.html.erb
2026-08-13 00:44:25 -04:00

7 lines
279 B
Text

<%= flash_div :comment_error, :comment_notice %>
<h3 class="heading">
<%= t(".comment_on_html", commentable_link: link_to_comment_ultimate_parent(@comment)) %>
</h3>
<%= render :partial => 'comments/comment_thread', :locals => { :comments => @comments, :depth => 0 } %></ol>