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