diff --git a/app/views/_tailwind/comments/_comment.html.erb b/app/views/_tailwind/comments/_comment.html.erb index 033c1e334..749997b1c 100644 --- a/app/views/_tailwind/comments/_comment.html.erb +++ b/app/views/_tailwind/comments/_comment.html.erb @@ -28,3 +28,65 @@ + +<% +=begin +%> + +
+ <%= render "comments/location_heading", comment: comment if with_address %> +
+
+ <%= render "comments/meta_sentence", comment: %> +
+
+ <% if comment.visible? %> + <%= comment_as_html(comment.text) %> + <% else %> + Hidden by site administrators + <% end %> +
+ <% if comment.visible? %> + + <% end %> +
+
+ +<% +=end +%> \ No newline at end of file