8 lines
242 B
HTML
8 lines
242 B
HTML
<template name="toolbarSectionTools">
|
|
<div class="toolbarSectionTools pull-left m-t-1 rm-l-3">
|
|
{{#each toolbarButton in toolbarButtons}}
|
|
{{>toolbarSectionButton toolbarButton}}
|
|
{{/each}}
|
|
</div>
|
|
</template>
|