Files
danbooru/app/views/comments/new.html.erb
evazion dfb7cf6994 comments: add standalone new comment form.
Add standalone /comments/new page to allow commenting if javascript is
disabled.
2018-09-29 20:42:38 -05:00

14 lines
262 B
Plaintext

<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 %>