Vulcan/packages/telescope-post-by-feed/lib/client/templates/feeds.html
2015-05-18 10:30:08 +09:00

9 lines
318 B
HTML

<template name="feeds">
<div class="form-well add-feed">
<h3>Add new feed:</h3>
{{> quickForm collection="Feeds" id="insertFeedForm" type="insert" label-class="control-label" input-col-class="controls" template="bootstrap3-horizontal"}}
</div>
{{#each feeds}}
{{> feed_item}}
{{/each}}
</template>