8 lines
256 B
Handlebars
8 lines
256 B
Handlebars
<div id="new-post-comment-container">
|
|
<form class="form-inline">
|
|
<textarea class="new-comment-text" id="new-comment-text" placeholder="Comment"></textarea>
|
|
<button type="submit" class="btn btn-small">
|
|
Comment
|
|
</button>
|
|
</form>
|
|
</div>
|