Sha256: c44ef59c72acb3153047d8020eef94898dddba7e9c7be5853d83ba2ee06a1e35

Contents?: true

Size: 1.01 KB

Versions: 207

Compression:

Stored size: 1.01 KB

Contents

<% content_for :preheader do %>
<%= t('.preview', @values) %>
<% end %>

<h1><%= t('.heading', @values) %></h1>
<%= t('.body.html', @values) %>

<h2><%= t('.cta.heading', @values) %></h2>
<p><%= t('.cta.body', @values) %></p>
<!-- Action -->
<table class="body-action" align="center" width="100%" cellpadding="0" cellspacing="0">
  <tr>
    <td align="center">
      <!-- Border based button https://litmus.com/blog/a-guide-to-bulletproof-buttons-in-email-design -->
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td align="center">
            <table border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td>
                  <a href="<%= @cta_url %>" class="button button--" target="_blank"><%= t('.cta.label', @values) %></a>
                </td>
              </tr>
            </table>
          </td>
        </tr>
      </table>
    </td>
  </tr>
</table>
<%= t('.signature.html', @values.merge({support_email: t('application.support_email')})) %>

Version data entries

207 entries across 207 versions & 1 rubygems

Version Path
bullet_train-1.4.1 app/views/user_mailer/welcome.html.erb
bullet_train-1.4.0 app/views/user_mailer/welcome.html.erb
bullet_train-1.3.25 app/views/user_mailer/welcome.html.erb
bullet_train-1.3.24 app/views/user_mailer/welcome.html.erb
bullet_train-1.3.23 app/views/user_mailer/welcome.html.erb
bullet_train-1.3.22 app/views/user_mailer/welcome.html.erb
bullet_train-1.3.21 app/views/user_mailer/welcome.html.erb
bullet_train-1.3.20 app/views/user_mailer/welcome.html.erb
bullet_train-1.3.19 app/views/user_mailer/welcome.html.erb
bullet_train-1.3.18 app/views/user_mailer/welcome.html.erb
bullet_train-1.3.17 app/views/user_mailer/welcome.html.erb
bullet_train-1.3.16 app/views/user_mailer/welcome.html.erb
bullet_train-1.3.15 app/views/user_mailer/welcome.html.erb
bullet_train-1.3.14 app/views/user_mailer/welcome.html.erb
bullet_train-1.3.13 app/views/user_mailer/welcome.html.erb
bullet_train-1.3.12 app/views/user_mailer/welcome.html.erb
bullet_train-1.3.11 app/views/user_mailer/welcome.html.erb
bullet_train-1.3.10 app/views/user_mailer/welcome.html.erb
bullet_train-1.3.9 app/views/user_mailer/welcome.html.erb
bullet_train-1.3.8 app/views/user_mailer/welcome.html.erb