Vulcan/packages/telescope-post-by-feed/lib/client/templates/feeds.html
2014-12-19 14:32:25 +09:00

9 lines
351 B
HTML

<template name="feeds">
<div class="grid-small grid-module dialog admin add-feed">
<h3>Add new feed:</h3>
{{> quickForm collection="Feeds" id="insertFeedForm" type="insert" label-class="control-label" input-col-class="controls" template="telescope"}}
</div>
{{#each feeds}}
{{> UI.dynamic template=feedItem}}
{{/each}}
</template>