otwarchive-symphonyarchive/app/views/comments/show.html.erb
2026-03-11 22:22:11 +00: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>