Sha256: fbb8a8323224cf84c5db1d2881abe62ede07e63895e5934cee163dd098dc3bff

Contents?: true

Size: 459 Bytes

Versions: 45

Compression:

Stored size: 459 Bytes

Contents

<p><%= t('.greeting', :recepient => @resource.name, :default => "Hello #{@resource.name}!") %></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

45 entries across 45 versions & 1 rubygems

Version Path
fullstack-cms-0.3.6 lib/generators/fullstack/cms/templates/rails/app/views/devise/mailer/unlock_instructions.html.erb
fullstack-cms-0.3.5 lib/generators/fullstack/cms/templates/rails/app/views/devise/mailer/unlock_instructions.html.erb
fullstack-cms-0.3.4 lib/generators/fullstack/cms/templates/rails/app/views/devise/mailer/unlock_instructions.html.erb
fullstack-cms-0.3.3 lib/generators/fullstack/cms/templates/rails/app/views/devise/mailer/unlock_instructions.html.erb
fullstack-cms-0.3.2 lib/generators/fullstack/cms/templates/rails/app/views/devise/mailer/unlock_instructions.html.erb