From 9fa8bffb62497f1709de140e66b7136b36a1d460 Mon Sep 17 00:00:00 2001 From: AntonioTerceiro Date: Wed, 25 Jul 2007 20:58:05 +0000 Subject: [PATCH] ActionItem9: template was missing --- app/views/account/change_password.rhtml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+), 0 deletions(-) create mode 100644 app/views/account/change_password.rhtml diff --git a/app/views/account/change_password.rhtml b/app/views/account/change_password.rhtml new file mode 100644 index 0000000..173ed9b --- /dev/null +++ b/app/views/account/change_password.rhtml @@ -0,0 +1,17 @@ +

<%= _('Change password') %>

+ +<% form_tag do %> + +


+<%= password_field_tag :current_password %>

+ +


+<%= password_field_tag :new_password %>

+ +


+<%= password_field_tag :new_password_confirmation %>

+ +<%= submit_tag _('Change password') %> + +<% end %> + -- libgit2 0.21.2