~nicoco/nicoco.fr

9e0eee03e4ebf35bde80b1b6b108f4bcc6f25af2 — nicoco 2 years ago 102035e
Improve noJS comments layout
1 files changed, 4 insertions(+), 2 deletions(-)

M templates/layout.html
M templates/layout.html => templates/layout.html +4 -2
@@ 56,11 56,13 @@
      <p id="commentNumber"></p>
      <div id="comments"></div>
    </template>
    <noscript>
    <noscript><small>
      <hr>
      Comments are not visible here without javascript, but if you feel like reading some JSON,
      <a href="/owncomments/thread_by_referer">go ahead</a>.
      Posting a comment should work nonetheless.
    </noscript>
      <hr>
    </small></noscript>
    <div id="commentThreadContainer"></div>
    <form id="newCommentForm" action="/owncomments/comments/form" method="POST">
      <input type="text" name="author_name" id="commenterName" placeholder="Your name" required="" />