Newer
Older
dmpopidor / app / views / devise / mailer / unlock_instructions.html.erb
<% FastGettext.with_locale FastGettext.default_locale do %>
	<p><%= _("Hello") %> <%= @resource.email %>!</p>

	<p><%= _("Your") %> <%= link_to Rails.configuration.branding[:application][:name], root_url %> <%= _("account has been locked due to an excessive number of unsuccessful sign in attempts.") %></p>

	<p><%= _("Click the link below to unlock your account") %>:</p>

	<p><%= link_to _("Unlock my account"), unlock_url(@resource, :unlock_token => @token) %></p>
<% end %>