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