docbrown/app/views/comments/edit.html.erb

10 lines
405 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 style="padding-top:8%;text-align:center">Editing comment</h1>
<%= render "form",
commentable: @commentable,
commentable_type: @comment.commentable_type %>
</div>