%h2 = I18n.t("iugu.forgot_your_password?") = simple_form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| = f.error_notification .inputs = f.input :email, :required => true .actions = f.button :submit, I18n.t("iugu.send_me_reset_password_instructions") = render :partial => "devise/shared/links"