X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/d799e41626ef94ab28a3b5517dd2ed7d1e6b1001..bef19cbd240e996414af3e5c84fb1f8d8357340f:/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