Added funcitionality so user can change the email address associated with their accou...
authorjustin <tr0phy13@gmail.com>
Thu, 14 Apr 2011 06:29:43 +0000 (23:29 -0700)
committerjustin <tr0phy13@gmail.com>
Thu, 14 Apr 2011 06:29:43 +0000 (23:29 -0700)
app/views/account/change_contact.rhtml [new file with mode: 0644]

diff --git a/app/views/account/change_contact.rhtml b/app/views/account/change_contact.rhtml
new file mode 100644 (file)
index 0000000..d8fa638
--- /dev/null
@@ -0,0 +1,13 @@
+<div id="title-header">
+  <span class="header">Change E-mail</span>
+  <span class="subheader"></span>
+</div>
+<div class="user_edit">
+       <% form_tag do -%>
+       
+       <p><label for="login">Change E-mail</label><br/>
+       <%= text_field_tag 'email' %></p>
+       
+       <p><%= submit_tag 'Submit' %></p>
+       <% end -%>
+</div>
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?