From bef19cbd240e996414af3e5c84fb1f8d8357340f Mon Sep 17 00:00:00 2001 From: justin Date: Wed, 13 Apr 2011 23:29:43 -0700 Subject: [PATCH] Added funcitionality so user can change the email address associated with their account. Don't think it's particular robust, but was implemented via model attribute assignment methods, so carries any of those associated benefits. --- app/views/account/change_contact.rhtml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app/views/account/change_contact.rhtml diff --git a/app/views/account/change_contact.rhtml b/app/views/account/change_contact.rhtml new file mode 100644 index 0000000..d8fa638 --- /dev/null +++ b/app/views/account/change_contact.rhtml @@ -0,0 +1,13 @@ +
+ Change E-mail + +
+
+ <% form_tag do -%> + +


+ <%= text_field_tag 'email' %>

+ +

<%= submit_tag 'Submit' %>

+ <% end -%> +
\ No newline at end of file -- 2.30.2