<%= form_tag passwords_path, method: :post, :class => 'user_new form-horizontal content' do %> <% if flash[:notice] -%> <%=h flash[:notice] %> <% end -%>
<%= email_field_tag :email, params[:email], :placeholder => t(:email), :id=>"user_email" %>
<%= content_tag :button, "Reset Password", :type => :submit, :class => 'btn btn-primary' %>
<% end %>