123456789101112131415161718192021222324252627282930 |
- %table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
- %tr
- %td.email-feature-wrapper-td
- %table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
- %tr
- %td.email-feature-td
- .email-desktop-flex{ class: ('email-dir-rtl' if feature_iteration.index.odd?) }
- /[if mso]
- <table border="0" cellpadding="0" cellspacing="0" align="center" style="width:100%;" role="presentation"><tr><td style="width:50%; vertical-align:top;">
- .email-desktop-column
- %table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
- %tr
- %td.email-column-td
- %h2.email-h2= t("user_mailer.welcome.feature_#{feature}_title")
- %p.email-p= t("user_mailer.welcome.feature_#{feature}")
- - if defined?(feature_btn_url)
- = link_to '', href: feature_btn_url, class: 'email-link-with-arrow' do
- #{t('user_mailer.welcome.feature_action')}
- %span= '❯'
- /[if mso]
- </td><td style="width:50%; vertical-align:top;">
- .email-desktop-column
- %table.email-w-full{ cellspacing: 0, cellpadding: 0, border: 0, role: 'presentation' }
- %tr
- %td.email-column-td
- - if defined?(feature)
- %p{ class: ('email-desktop-text-right' if feature_iteration.index.even?) }
- = image_tag frontend_asset_url("images/mailer-new/welcome/feature_#{feature}.png"), alt: '', width: 240, height: 230
- /[if mso]
- </td></tr></table>
|