Sha256: 92a36a66e63184f6669de347be0b3c9a74a5b9d16ca22142d95b0deb1499f352
Contents?: true
Size: 482 Bytes
Versions: 31
Compression:
Stored size: 482 Bytes
Contents
<p><%= t('.greeting', :recipient => @resource.email, :default => "Hello #{@resource.email}!") %></p> <p><%= t('.message', :default => "Your account has been locked due to an excessive amount of unsuccessful sign in attempts.") %></p> <p><%= t('.instruction', :default => "Click the link below to unlock your account:") %></p> <p><%= link_to t('.action', :default => "Unlock my account"), unlock_url(@resource, :unlock_token => @resource.unlock_token, locale: I18n.locale) %></p>
Version data entries
31 entries across 31 versions & 4 rubygems