Sha256: 83e1907326eff9de140cdfa193e3146bf51bd8e8dd83a9c3700a12ce24e60fbc
Contents?: true
Size: 438 Bytes
Versions: 3
Compression:
Stored size: 438 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