_includes/comments.html in bfdotcom-theme-0.2.5 vs _includes/comments.html in bfdotcom-theme-0.2.6
- old
+ new
@@ -12,11 +12,11 @@
</div>
<div class="showSignedIn row">
<div class="col">
<p>You're signed in as <span id="currentUserName"></span> | <a href="#" onclick="signOut()">Sign out</a></p>
- <div class="form-group">
+ <div class="form-group" id="commentBox">
<label for="commentText">Comment</label>
<textarea class="form-control" id="commentText" rows="3"></textarea>
</div>
<button type="button" class="btn btn-outline-info" id="submitButton" onclick="submitComment()">Add your comment</button>
<div class="spinner-border" role="status" id="submittingComment">
@@ -50,6 +50,6 @@
{%- if comments_size == 0 -%}
<p>There are no comments on this post yet. Be the first to leave one!</p>
{%- endif -%}
-<p> </p>
\ No newline at end of file
+<p> </p>