Sha256: 6675205534ece4fd2e83d97bea7bad4497133891feef30548b8fed499cecd029
Contents?: true
Size: 635 Bytes
Versions: 45
Compression:
Stored size: 635 Bytes
Contents
<p><%= t('.greeting', :recepient => @resource.name, :default => "Hello #{@resource.name}!") %></p> <p><%= t('.instruction', :default => "Someone has requested a link to change your password, and you can do this through the link below.") %></p> <p><%= link_to t('.action', :default => "Change my password"), edit_password_url(@resource, :reset_password_token => @resource.reset_password_token) %></p> <p><%= t('.instruction_2', :default => "If you didn't request this, please ignore this email.") %></p> <p><%= t('.instruction_3', :default => "Your password won't change until you access the link above and create a new one.") %></p>
Version data entries
45 entries across 45 versions & 1 rubygems