Sha256: 19fe824828943a1c61885e203c461abcca4550bbc38fba86370a557cc66decb5
Contents?: true
Size: 434 Bytes
Versions: 3
Compression:
Stored size: 434 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
3 entries across 3 versions & 1 rubygems