Sha256: ea0d71e6dc32ff274308595ab6dc4d2e3191207d9e9b3597b8b75ac50caf4ba6
Contents?: true
Size: 461 Bytes
Versions: 6
Compression:
Stored size: 461 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) %></p>
Version data entries
6 entries across 6 versions & 2 rubygems