8 lines
305 B
HTML
8 lines
305 B
HTML
<template name="timepointBrowserList">
|
|
{{#scrollArea class=(concat 'full-height ' this.class) scrollableClass=this.scrollableClass}}
|
|
{{#each timepoint in this.timepoints}}
|
|
{{>timepointBrowserItem (clone this timepoint=timepoint)}}
|
|
{{/each}}
|
|
{{/scrollArea}}
|
|
</template>
|