<%= form_tag reconfirm_client_clients_path do%>
<p>Please Enter your email so that we can resend you confirmation instructions</p>
<%= text_field_tag :email, params[:email]%>
<%= submit_tag "Send", :email => nil %>
<% end %>