Sha256: 00643e1a85949c0910d6c8e27b1b39bd0aaae7c73c96785218ae70f3a416345d

Contents?: true

Size: 764 Bytes

Versions: 34

Compression:

Stored size: 764 Bytes

Contents

<div id="content_detail" class="ui-corner-all">
<h1 class="title"><%= t('user.change_my_password') %></h1>
<div id="content_list">

<%= 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 %>

  <p><%= f.label :password %></p>
  <p><%= f.password_field :password %></p>

  <p><%= f.label :password_confirmation %></p>
  <p><%= f.password_field :password_confirmation %></p>

  <p><%= f.submit t('user.change_my_password') %></p>
<% end %>

  <%= javascript_tag("$(function(){$('#user_password').focus()})") %>
</div>
</div>

<div id="submenu" class="ui-corner-all">
  <%= render :partial => "devise/shared/links" %>
</div>

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
enju_leaf-1.2.0 app/views/devise/passwords/edit.html.erb
enju_leaf-1.2.0.beta.4 app/views/devise/passwords/edit.html.erb
enju_leaf-1.2.0.beta.3 app/views/devise/passwords/edit.html.erb
enju_leaf-1.2.0.beta.2 app/views/devise/passwords/edit.html.erb
enju_leaf-1.2.0.beta.1 app/views/devise/passwords/edit.html.erb
enju_leaf-1.1.4 app/views/devise/passwords/edit.html.erb
enju_leaf-1.1.3 app/views/devise/passwords/edit.html.erb
enju_leaf-1.1.2 app/views/devise/passwords/edit.html.erb
enju_leaf-1.1.1 app/views/devise/passwords/edit.html.erb
enju_leaf-1.1.0 app/views/devise/passwords/edit.html.erb
enju_leaf-1.1.0.rc22 app/views/devise/passwords/edit.html.erb
enju_leaf-1.1.0.rc21 app/views/devise/passwords/edit.html.erb
enju_leaf-1.1.0.rc20 app/views/devise/passwords/edit.html.erb
enju_leaf-1.1.0.rc19 app/views/devise/passwords/edit.html.erb
enju_leaf-1.1.0.rc18 app/views/devise/passwords/edit.html.erb
enju_leaf-1.1.0.rc17 app/views/devise/passwords/edit.html.erb
enju_leaf-1.1.0.rc16 app/views/devise/passwords/edit.html.erb
enju_leaf-1.1.0.rc15 app/views/devise/passwords/edit.html.erb
enju_leaf-1.1.0.rc14 app/views/devise/passwords/edit.html.erb
enju_leaf-1.1.0.rc13 app/views/devise/passwords/edit.html.erb