Vulcan/packages/telescope-post-by-feed/lib/client/templates/feeds.html

10 lines
351 B
HTML
Raw Normal View History

2014-12-18 16:01:18 +09:00
<template name="feeds">
2014-12-19 14:32:25 +09:00
<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"}}
2014-12-13 22:55:10 +08:00
</div>
2014-12-19 14:32:25 +09:00
{{#each feeds}}
{{> UI.dynamic template=feedItem}}
{{/each}}
2014-12-13 22:55:10 +08:00
</template>