2007-03-30 04:36:52 +00:00
|
|
|
<div id="single_box" class="container context">
|
2011-08-02 17:25:45 +02:00
|
|
|
|
2007-03-30 04:36:52 +00:00
|
|
|
<h2><%= @page_title %></h2>
|
|
|
|
|
|
|
|
|
|
<%= error_messages_for 'user' %>
|
|
|
|
|
|
2010-10-31 21:27:13 +08:00
|
|
|
<p><%= t('users.change_password_prompt') %></p>
|
2007-03-30 04:36:52 +00:00
|
|
|
|
|
|
|
|
<% form_tag :action => 'update_password' do %>
|
2011-08-02 17:25:45 +02:00
|
|
|
<%= render :partial => 'update_password' %>
|
|
|
|
|
<br/>
|
|
|
|
|
<%= link_to t('common.cancel'), preferences_path %>
|
|
|
|
|
<%= submit_tag t('users.change_password_submit') %>
|
2007-03-30 04:36:52 +00:00
|
|
|
<% end %>
|
|
|
|
|
|
|
|
|
|
</div>
|