Corrected implementation example for projects update

projects
Domeniko Gentner 3 years ago
parent 4737702f3f
commit 194ffc754b
  1. 3
      __implementation_example/layouts/partials/comments.html

@ -2,7 +2,7 @@
<!--suppress XmlDuplicatedId -->
<h1 class="is-uppercase has-text-white">comments</h1>
<div class="mb-5" id="labertasche-comment-section" data-remote="http://dev.localhost:1314/comments/new">
<div class="mb-5" id="labertasche-comment-section" data-remote="http://dev.localhost:1314/comments/example/new">
<div class="control is-expanded">
<input onkeypress="labertasche_validate_mail();"
onfocusout="labertasche_validate_mail();"
@ -74,6 +74,7 @@
</span>
</div>
<div class="is-fullwidth bg-yayellow has-text-centered">
<!--suppress JSUnresolvedVariable -->
<a class="has-text-black" href="#labertasche-comment-section"
onclick="labertasche_reply_to({{.comment_id}}, labertasche_reply_callback);">
reply

Loading…
Cancel
Save