docbrown/app/views/comments/edit.html.erb
ludwiczakpawel 1375e8a4df
[deploy] Redesigned Comment Form (#10355)
* init

* .

* .

* better

* last bits

* specs

* merge

* fix response templates for replies

* copy

* active inactive buttons + cleanup

* labels

* specs

* specs

* response templates fix

* ....

* wtf

* .
2020-10-05 12:01:48 +02:00

10 lines
377 B
Text

<div
class="comments-container comments-dedicated-page-container"
id="comments-container"
data-commentable-id="<%= @comment.commentable_id %>"
data-commentable-type="<%= @comment.commentable_type %>">
<h1 class="mb-6">Editing comment</h1>
<%= render "form",
commentable: @commentable,
commentable_type: @comment.commentable_type %>
</div>