- title Radmin::I18n.t(:forgot_password, :default => "Forgot password?") = form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| = f.label :email = f.text_field :email = f.error_message_on :email .buttons = f.submit Radmin::I18n.t(:send_instructions, :default => "Send Instructions") = link_to t(:login, :default => "Login"), new_session_path(resource_name)