diaspora/public/javascripts/app/templates/post-viewer/new-comment.handlebars
2012-02-27 15:14:19 -08:00

8 lines
286 B
Handlebars

<div id="new-post-comment-container">
<form class="form-inline">
<textarea class="new-comment-text" id="new-comment-text" placeholder="{{t "stream.comment"}}"></textarea>
<button type="submit" class="btn btn-small">
{{t "stream.comment"}}
</button>
</form>
</div>