docbrown/app/views/admin/comments/show.html.erb
Rajat Talesra bc2d7702ee
Standalone "admin" page for each comment (#19644)
* 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
2023-06-30 00:31:07 +05:30

2 lines
132 B
Text

<h1 class="crayons-title">Comment</h1>
<%= render partial: "comment", locals: { comment: @comment, is_individual_comment: true } %>