Sha256: f97862a541562f28946a74572363e1c5bb590eaf26be3843bb79858e64488c67

Contents?: true

Size: 849 Bytes

Versions: 44

Compression:

Stored size: 849 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", :class =>"myButtonLarge" %>
    </div>
  <% end %>
</div>

Version data entries

44 entries across 44 versions & 2 rubygems

Version Path
social_stream-0.10.2 base/app/views/devise/passwords/edit.html.erb
social_stream-base-0.9.12 app/views/devise/passwords/edit.html.erb
social_stream-0.10.1 base/app/views/devise/passwords/edit.html.erb
social_stream-0.10.0 base/app/views/devise/passwords/edit.html.erb
social_stream-base-0.9.11 app/views/devise/passwords/edit.html.erb
social_stream-0.9.7 base/app/views/devise/passwords/edit.html.erb
social_stream-base-0.9.10 app/views/devise/passwords/edit.html.erb
social_stream-0.9.6 base/app/views/devise/passwords/edit.html.erb
social_stream-base-0.9.9 app/views/devise/passwords/edit.html.erb
social_stream-0.9.5 base/app/views/devise/passwords/edit.html.erb
social_stream-base-0.9.8 app/views/devise/passwords/edit.html.erb
social_stream-0.9.4 base/app/views/devise/passwords/edit.html.erb
social_stream-0.9.3 base/app/views/devise/passwords/edit.html.erb
social_stream-base-0.9.7 app/views/devise/passwords/edit.html.erb
social_stream-0.9.2 base/app/views/devise/passwords/edit.html.erb
social_stream-base-0.9.6 app/views/devise/passwords/edit.html.erb
social_stream-base-0.9.5 app/views/devise/passwords/edit.html.erb
social_stream-base-0.9.4 app/views/devise/passwords/edit.html.erb
social_stream-base-0.9.3 app/views/devise/passwords/edit.html.erb
social_stream-base-0.9.2 app/views/devise/passwords/edit.html.erb