comments: adjust link to howto:comment.

Replace the giant banner about reading the comment guidelines with a
smaller link to howto:comment beneath the comment text box.
This commit is contained in:
evazion
2020-03-24 18:32:30 -05:00
parent 18e11f77be
commit 50b0b79891
5 changed files with 8 additions and 11 deletions

View File

@@ -120,9 +120,6 @@
<% end %>
<section id="comments">
<% if !CurrentUser.user.is_builder? %>
<h2>Before commenting, read the <%= link_to_wiki "how to comment guide", "howto:comment" %>.</h2>
<% end %>
<%= render "comments/partials/index/list", comments: @comments, post: @post, page: :post %>
</section>