Sha256: bdcbf0b35086c16c07cf17be113166327bf299228828a70815fdc458347e9c38

Contents?: true

Size: 723 Bytes

Versions: 23

Compression:

Stored size: 723 Bytes

Contents

<div id="login">
  <h2>
    <%= t('devise.passwords.update') %>
  </h2>
</div>
<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put }) do |f| %>
<%= devise_error_messages! %>
<%= f.hidden_field :reset_password_token %>
<div class="line">
  <div class="label">
    <%= f.label :password %>
  </div>
  <div class="field">
    <%= f.password_field :password, :class =>"field_x" %>
  </div>
</div>
<div class="line">
  <div class="label">
    <%= f.label :password_confirmation %>
  </div>
  <div class="field">
    <%= f.password_field :password_confirmation, :class =>"field_x" %>
  </div>
</div>


  <%= f.submit "Change my password", :class =>"btn" %>

  <% end %>

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
social_stream-2.2.1 base/app/views/devise/passwords/edit.html.erb
social_stream-base-2.2.1 app/views/devise/passwords/edit.html.erb
social_stream-2.2.0 base/app/views/devise/passwords/edit.html.erb
social_stream-base-2.2.0 app/views/devise/passwords/edit.html.erb
social_stream-2.1.1 base/app/views/devise/passwords/edit.html.erb
social_stream-2.1.0 base/app/views/devise/passwords/edit.html.erb
social_stream-base-2.1.0 app/views/devise/passwords/edit.html.erb
social_stream-2.0.4 base/app/views/devise/passwords/edit.html.erb
social_stream-base-2.0.4 app/views/devise/passwords/edit.html.erb
social_stream-2.0.3 base/app/views/devise/passwords/edit.html.erb
social_stream-base-2.0.3 app/views/devise/passwords/edit.html.erb
social_stream-2.0.2 base/app/views/devise/passwords/edit.html.erb
social_stream-base-2.0.2 app/views/devise/passwords/edit.html.erb
social_stream-2.0.1 base/app/views/devise/passwords/edit.html.erb
social_stream-base-2.0.1 app/views/devise/passwords/edit.html.erb
social_stream-2.0.0 base/app/views/devise/passwords/edit.html.erb
social_stream-base-2.0.0 app/views/devise/passwords/edit.html.erb
social_stream-2.0.0.beta3 base/app/views/devise/passwords/edit.html.erb
social_stream-base-2.0.0.beta3 app/views/devise/passwords/edit.html.erb
social_stream-2.0.0.beta2 base/app/views/devise/passwords/edit.html.erb