2016-07-22 18:23:36 +02:00
|
|
|
<template name="toolbarSectionTools">
|
|
|
|
|
<div class="toolbarSectionTools pull-left m-t-1 rm-l-3">
|
|
|
|
|
{{#each toolbarButton in toolbarButtons}}
|
|
|
|
|
{{>toolbarSectionButton toolbarButton}}
|
|
|
|
|
{{/each}}
|
|
|
|
|
</div>
|
2017-01-04 11:18:01 +01:00
|
|
|
</template>
|