FEATURE: overridable template for adding custom buttons on the composer

This commit is contained in:
Régis Hanol 2014-01-15 17:52:38 +01:00
parent 4f6b208e8d
commit 41a53c3203
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
{{!-- THIS IS AN EMPTY TEMPLATE THAT NEEDS TO BE OVERWRITTEN --}}

View File

@ -51,6 +51,7 @@
{{#if model.showAdminOptions}}
<button {{action toggleAdminOptions target="view"}} class="btn no-text show-admin-options" title='{{i18n composer.admin_options_title}}'><i class="fa fa-wrench"></i></button>
{{/if}}
{{render additionalComposerButtons model}}
{{/unless}}
</div>