Sha256: 109c03feff74fe48b7505705aeb07d10c9251afdf7e72ebeab66b1cad4c77dba

Contents?: true

Size: 392 Bytes

Versions: 3

Compression:

Stored size: 392 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 => @resource.confirmation_token, locale: I18n.locale) %></p>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
devise-bootstrap-views-0.0.3 app/views/devise/mailer/confirmation_instructions.html.erb
devise-bootstrap-views-0.0.2 app/views/devise/mailer/confirmation_instructions.html.erb
devise-bootstrap-views-0.0.1 app/views/devise/mailer/confirmation_instructions.html.erb