* Created separate comments page * Optimised code for single comment and multiple comments * Indifual comments poage added * Minor header change * Created show method * Applied review changes * Removed like button from admin comments page
2 lines
132 B
Text
2 lines
132 B
Text
<h1 class="crayons-title">Comment</h1>
|
|
<%= render partial: "comment", locals: { comment: @comment, is_individual_comment: true } %>
|