Sha256: 6bd310e7174d2df8061106727195f65fbfe65c6cda456377a999707c3a426e4f
Contents?: true
Size: 461 Bytes
Versions: 1
Compression:
Stored size: 461 Bytes
Contents
<p><%= t('.greeting', :recepient => @resource.email, :default => "Hello #{@resource.email}!") %></p> <p><%= t('.message', :default => "Your account has been locked due to an excessive amount of unsuccessful sign in attempts.") %></p> <p><%= t('.instruction', :default => "Click the link below to unlock your account:") %></p> <p><%= link_to t('.action', :default => "Unlock my account"), unlock_url(@resource, :unlock_token => @resource.unlock_token) %></p>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
devise-i18n-views-0.2.2 | app/views/devise/mailer/unlock_instructions.html.erb |