<%= t(:ruling_site) %>

<%= t(:password_change) %>

<%= form_for(resource, :as => resource_name, :url => registration_path(resource_name), :html => { :method => :put, :class => 'user_new form-horizontal' }) do |f| %>
<% unless f.error_messages.blank? %> <% end -%>
<%= f.label :password, t(:password)%> <%= f.text_field :password, :placeholder => t(:password), :style => "width: 330px;" %>
<%= f.label :password_confirmation, t(:password_confirmation)%> <%= f.text_field :password_confirmation, :placeholder => t(:password_confirmation), :style => "width: 330px;" %>
<%= f.label :current_password, t(:password_current)%> <%= f.text_field :current_password, :placeholder => t(:password_current), :style => "width: 330px;" %>
<%= link_to t(:back), :back, :class => 'btn' %> <%= content_tag :button, t(:update), :type => :submit, :class => 'btn btn-primary pull-right' %>
<% end %>