comments: add standalone new comment form.

Add standalone /comments/new page to allow commenting if javascript is
disabled.
This commit is contained in:
evazion
2018-09-29 14:24:17 -05:00
parent 9ac59aeadd
commit dfb7cf6994
3 changed files with 15 additions and 2 deletions

View File

@@ -0,0 +1,13 @@
<div id="c-comments">
<div id="a-new">
<h1>New Comment</h1>
<%= render "comments/form", comment: @comment %>
</div>
</div>
<%= render "secondary_links" %>
<% content_for(:page_title) do %>
New Comment - <%= Danbooru.config.app_name %>
<% end %>