Add a "Preview" button in template select page
This commit is contained in:
@@ -221,9 +221,8 @@ define(
|
||||
</a>
|
||||
|
||||
<a
|
||||
style={ { display: 'none' }}
|
||||
className="button button-secondary"
|
||||
onClick={ this.handlePreviewTemplate.bind(null, template) }
|
||||
onClick={ this.handleShowTemplate.bind(null, template) }
|
||||
>
|
||||
{MailPoet.I18n.t('preview')}
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user