Sha256: fbfca3676a436b9f6d31a77b09249d657d949b10ddaead2e59df5767b89c2d8a
Contents?: true
Size: 429 Bytes
Versions: 2
Compression:
Stored size: 429 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/slim/mailer/unlock_instructions.html.slim |
devise-bootstrap-views-0.0.10 | app/views/slim/mailer/unlock_instructions.html.slim |