9 lines
271 B
HTML
9 lines
271 B
HTML
<template name="timepointBrowserList">
|
|
<div class="timepoint-browser-list {{this.class}}">
|
|
{{#each timepoint in this.timepoints}}
|
|
{{>timepointBrowserItem (clone this timepoint=timepoint)}}
|
|
<hr>
|
|
{{/each}}
|
|
</div>
|
|
</template>
|