You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asciinema.org/app/assets/javascripts/backbone/templates/comments/index.jst.hbs

15 lines
269 B
Handlebars

<ul class="comments">
</ul>
{{#if show_form}}
<form id="new-comment">
<p>
<textarea type="text" name="body" id="comment-body"></textarea>
</p>
<input type="submit" value="Post">
</form>
{{else}}
<div>You need to sign in to create a comment.</div>
{{/if}}