Sha256: 069b05cf2da8dbc3f983899fed5a38c922808a4d9f5048acdebadace365913cb

Contents?: true

Size: 343 Bytes

Versions: 2

Compression:

Stored size: 343 Bytes

Contents

<p><%= t('.greeting', recipient: @resource.email, default: "Welcome #{@resource.email}!") %></p>

<p><%= t('.instruction', default: 'You can confirm your account email through the link below:') %></p>

<p>
  <%= link_to t('.action', default: 'Confirm my account'),
              confirmation_url(@resource, confirmation_token: @token) %>
</p>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
devise-i18n-bootstrap-0.3.1 app/views/devise/mailer/confirmation_instructions.html.erb
devise-i18n-bootstrap-0.3.0 app/views/devise/mailer/confirmation_instructions.html.erb