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

Version Path
devise-foundation-views-0.1.1 app/views/devise_haml/mailer/unlock_instructions.html.haml
devise-foundation-views-0.1.0 app/views/devise_haml/mailer/unlock_instructions.html.haml
devise-foundation-views-0.0.1 app/views/devise_haml/mailer/unlock_instructions.html.haml