mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
14 lines
422 B
HTML
14 lines
422 B
HTML
<template name="comment_form">
|
|
<div class="comment-new">
|
|
<form>
|
|
{{#constant}}
|
|
<div class="comment-field" id="editor">
|
|
<textarea id="comment" rows="3" autofocus="autofocus"></textarea>
|
|
</div>
|
|
{{/constant}}
|
|
<div class="comment-submit">
|
|
<input type="submit" class="button" value="{{i18n "Add Comment"}}" title="(⌘+enter)" />
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</template>
|