geno/wp-content/plugins/mailpoet/views/newsletter/templates/blocks/posts/settingsSinglePost.hbs

7 lines
299 B
Handlebars
Raw Normal View History

2024-02-01 17:24:18 +05:30
<div class="mailpoet_settings_posts_single_post">
<label>
<input id="mailpoet_select_post_{{ index }}" class="mailpoet_select_post_checkbox" type="checkbox" class="checkbox" value="" name="post_selection">
{{#ellipsis model.post_title 40 '...'}}{{/ellipsis}}
</label>
</div>