* Add 'post as moderator' option to comment form. This creates a so-called sticky comment. * Downvotes have no effect on stickied comments; they're always visible, regardless of comment thresholds. * Only mods may sticky comments. * Mods may sticky comments by other users.
14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
<div id="c-comments">
|
|
<div id="a-edit">
|
|
<h1>Edit Comment</h1>
|
|
|
|
<%= render "comments/form", :post => @comment.post, :comment => @comment %>
|
|
</div>
|
|
</div>
|
|
|
|
<%= render "comments/secondary_links" %>
|
|
|
|
<% content_for(:page_title) do %>
|
|
Edit Comment - <%= Danbooru.config.app_name %>
|
|
<% end %>
|