Vulcan/client/views/posts/post_submit.html

7 lines
222 B
HTML
Raw Normal View History

2012-09-06 11:09:24 +09:00
<template name="post_submit">
2014-10-05 17:20:15 +09:00
<div class="grid grid-module">
2014-11-29 10:25:11 +09:00
{{> quickForm collection="Posts" id="submitPostForm" template="telescope" label-class="control-label" input-col-class="controls"}}
2014-10-05 17:20:15 +09:00
</div>
2014-12-03 09:10:14 +09:00
</template>