Sha256: d5edae319240e63e030d0b35022b3ae6eac896d5932d9dbc60a17c4a3e257145

Contents?: true

Size: 857 Bytes

Versions: 10

Compression:

Stored size: 857 Bytes

Contents

<div id="login">
  <h2><%= t('password.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 t('password.default') %></div>
      <div class="field"><%= f.password_field :password, :class =>"field_x" %></div>
    </div>
    <div class="line">
      <div class="label"><%= f.label t('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

10 entries across 10 versions & 2 rubygems

Version Path
social_stream-base-0.5.2 app/views/devise/passwords/edit.html.erb
social_stream-base-0.5.1 app/views/devise/passwords/edit.html.erb
social_stream-base-0.5.0 app/views/devise/passwords/edit.html.erb
social_stream-0.4.6 app/views/devise/passwords/edit.html.erb
social_stream-0.4.5 app/views/devise/passwords/edit.html.erb
social_stream-0.4.4 app/views/devise/passwords/edit.html.erb
social_stream-0.4.3 app/views/devise/passwords/edit.html.erb
social_stream-0.4.2 app/views/devise/passwords/edit.html.erb
social_stream-0.4.1 app/views/devise/passwords/edit.html.erb
social_stream-0.4.0 app/views/devise/passwords/edit.html.erb