Stackedit/public/res/html/commentsPopoverContent.html
2014-03-22 01:57:31 +00:00

10 lines
363 B
HTML

<div class="form-horizontal">
<div class="form-group">
<input class="form-control input-comment-author" placeholder="Anonymous"></input>
<textarea class="form-control input-comment-content"></textarea>
</div>
<div class="form-group text-right">
<button class="btn btn-primary action-add-comment">Add</button>
</div>
</div>