Sha256: 49f51917215f48540117ea13ac49b06196893b8b8c2255885cb0c8af61ea8de0
Contents?: true
Size: 612 Bytes
Versions: 43
Compression:
Stored size: 612 Bytes
Contents
.email-templates--index-expanded.padded %h5.flex-row.collapse-expand#emailTemplatesIndex = render '/wco_email/email_templates/header' = paginate @templates, :param_name => :templates_page, :views_prefix => 'wco' .row - @templates.each do |tmpl| .col-md-6 %iframe.email-template-iframe{ src: email_template_iframe_path(tmpl) } .gray.mini= link_to email_template_iframe_path(tmpl), email_template_iframe_path(tmpl), target: :_blank = render '/wco_email/email_templates/meta', tmpl: tmpl = paginate @templates, :param_name => :templates_page, :views_prefix => 'wco'
Version data entries
43 entries across 43 versions & 1 rubygems