Added funcitionality so user can change the email address associated with their accou...
[selectricity-live] / app / views / account / summary.rhtml
index 0ea9f241dcb729614205a6445581998fc1b3335a..61a4b24735d1d2d45cbbf299a955c3856b425230 100644 (file)
@@ -10,6 +10,12 @@ E-mail: <%=h @user.email %><br />
 Member since: <%=h @user.created_at.strftime("%x") %>
 </p>
 
+<p>
+       <%= link_to "Update Email Address", :action => 'change_contact',
+                                                                         :id => @user.id %>
+</p>
+
+
 <p>Your Elections:
   <table class="voterbox" id="election">
     <tr>

Benjamin Mako Hill || Want to submit a patch?