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-1.1.12 base/app/views/devise/passwords/edit.html.erb
social_stream-base-1.1.11 app/views/devise/passwords/edit.html.erb
social_stream-1.1.11 base/app/views/devise/passwords/edit.html.erb
social_stream-base-1.1.10 app/views/devise/passwords/edit.html.erb
social_stream-1.1.10 base/app/views/devise/passwords/edit.html.erb
social_stream-base-1.1.9 app/views/devise/passwords/edit.html.erb
social_stream-1.1.9 base/app/views/devise/passwords/edit.html.erb
social_stream-base-1.1.8 app/views/devise/passwords/edit.html.erb
social_stream-1.1.8 base/app/views/devise/passwords/edit.html.erb
social_stream-base-1.1.7 app/views/devise/passwords/edit.html.erb
social_stream-1.1.7 base/app/views/devise/passwords/edit.html.erb
social_stream-base-1.1.6 app/views/devise/passwords/edit.html.erb
social_stream-1.1.6 base/app/views/devise/passwords/edit.html.erb
social_stream-base-1.1.5 app/views/devise/passwords/edit.html.erb
social_stream-1.1.5 base/app/views/devise/passwords/edit.html.erb
social_stream-base-1.1.4 app/views/devise/passwords/edit.html.erb
social_stream-1.1.4 base/app/views/devise/passwords/edit.html.erb
social_stream-1.1.3 base/app/views/devise/passwords/edit.html.erb
social_stream-base-1.1.3 app/views/devise/passwords/edit.html.erb
social_stream-1.1.2 base/app/views/devise/passwords/edit.html.erb