Vulcan/client/views/comments/comment_form.html
2014-05-01 19:58:56 -07:00

12 lines
382 B
HTML

<template name="comment_form">
<div class="comment-new">
<form>
<div class="comment-field" id="editor">
<textarea id="comment" rows="3" autofocus="autofocus"></textarea>
</div>
<div class="comment-submit">
<input type="submit" class="button" value="{{i18n "Add Comment"}}" title="(⌘+enter)" />
</div>
</form>
</div>
</template>