13 lines
347 B
Text
13 lines
347 B
Text
|
|
<div
|
|
class="comments-container"
|
|
id="comments-container"
|
|
data-commentable-id="<%= @commentable.id %>"
|
|
data-commentable-type="<%= @commentable.class.name %>"
|
|
>
|
|
<h1 style="padding-top:8%;text-align:center">Editing comment</h1>
|
|
<%= render 'form',
|
|
commentable: @commentable,
|
|
commentable_type: @commentable.class.name
|
|
%>
|
|
</div>
|