Merge branch 'master' of git://gitorious.org/~ruinar/selectricity/ruinar-selectricity
[selectricity] / app / views / account / summary.rhtml
index 4d79f5b18fe3b0011145a6981c9d69cd038bf31f..075d0964b2fbd26b76bc9d0f1dbee96662ddb3d3 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?