<%= t(:ruling_site) %>

<%= t(:forgot_password) %>

<%= form_for :user, :url => user_password_path, :html => {:class => 'user_new form-horizontal'} do |f| %> <%= devise_error_messages! %>
<%= f.label :email %> <%= f.email_field :email, :placeholder => t(:email), :style => "width: 330px;" %> Please correct the error
<%= content_tag :button, "Send me reset password instructions", :type => :submit, :class => 'btn btn-primary pull-right' %>
<% end %>