Sha256: 60ddb1ac4cd3cf6509e8b334a9e73455682cf4b7c5269118c0fb53f38f21213c
Contents?: true
Size: 421 Bytes
Versions: 2
Compression:
Stored size: 421 Bytes
Contents
%p= t('.greeting', recipient: @resource.email, default: "Hello #{@resource.email}!") %p= t('.message', default: 'Your account has been locked due to an excessive amount of unsuccessful sign in attempts.') %p= t('.instruction', default: 'Click the link below to unlock your account:') %p= link_to t('.action', default: 'Unlock my account'), unlock_url(@resource, unlock_token: @resource.unlock_token, locale: I18n.locale)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
devise-bootstrap-views-0.0.11 | app/views/haml/mailer/unlock_instructions.html.haml |
devise-bootstrap-views-0.0.10 | app/views/haml/mailer/unlock_instructions.html.haml |