mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 12:36:39 -04:00
9 lines
351 B
HTML
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>
|