2020-10-04 21:58:28 +00:00
|
|
|
<Scrollmenu @visible={{@visible}}>
|
2020-12-18 20:02:19 +00:00
|
|
|
<span class="label">Chapters:</span>
|
2020-10-04 21:58:28 +00:00
|
|
|
{{#each @book.chapters as |chapter|}}
|
|
|
|
<Chapter @book={{@book}} @chapter={{chapter}} @active={{this.isChapterActive}} @showVerses={{this.showVerses}} />
|
|
|
|
{{/each}}
|
|
|
|
</Scrollmenu>
|