X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/ee280d9250b5b4c925cc6b4809ce40437d600e7d..15870a550ddd18192efc71c1355a238e7c7c53e8:/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..b16bc8b --- /dev/null +++ b/app/views/account/change_contact.rhtml @@ -0,0 +1,15 @@ +
+ Change E-mail + +
+
+

Current E-mail: <%=h @user.email %>

+ + <% form_tag do -%> + +


+ <%= text_field_tag 'email' %>

+ +

<%= submit_tag 'Submit' %>

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