Sha256: 829c4d0af225ddb6b0280ac06185cb53e270a0c8299da39da50f14878402e69a

Contents?: true

Size: 823 Bytes

Versions: 190

Compression:

Stored size: 823 Bytes

Contents

<div id="login">
  <h2><%= t('devise.passwords.update') %></h2>
  <div class="space_height">
  </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>
    <div class="space_height"></div>
    <div class="btn_login">
      <%= f.submit "Change my password" %>
    </div>
  <% end %>
</div>

Version data entries

190 entries across 190 versions & 4 rubygems

Version Path
social_stream-0.11.2 base/app/views/devise/passwords/edit.html.erb
social_stream-base-0.9.18 app/views/devise/passwords/edit.html.erb
social_stream-0.11.1 base/app/views/devise/passwords/edit.html.erb
social_stream-base-0.9.16 app/views/devise/passwords/edit.html.erb
social_stream-0.11.0 base/app/views/devise/passwords/edit.html.erb
social_stream-base-0.9.15 app/views/devise/passwords/edit.html.erb
social_stream-0.10.4 base/app/views/devise/passwords/edit.html.erb
social_stream-base-0.9.14 app/views/devise/passwords/edit.html.erb
social_stream-0.10.3 base/app/views/devise/passwords/edit.html.erb
social_stream-base-0.9.13 app/views/devise/passwords/edit.html.erb