mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-26 03:58:49 +01:00
16 lines
No EOL
405 B
Text
16 lines
No EOL
405 B
Text
<div id="single_box" class="container context">
|
|
|
|
<h2><%= @page_title %></h2>
|
|
|
|
<%= error_messages_for 'user' %>
|
|
|
|
<p><%= t('users.change_password_prompt') %></p>
|
|
|
|
<% form_tag :action => 'update_password' do %>
|
|
<%= render :partial => 'update_password' %>
|
|
<br/>
|
|
<%= link_to t('common.cancel'), preferences_path %>
|
|
<%= submit_tag t('users.change_password_submit') %>
|
|
<% end %>
|
|
|
|
</div> |