Merge branch 'master' of git://gitorious.org/~ruinar/selectricity/ruinar-selectricity
authorBenjamin Mako Hill <mako@atdot.cc>
Sun, 17 Jun 2012 23:23:16 +0000 (19:23 -0400)
committerBenjamin Mako Hill <mako@atdot.cc>
Sun, 17 Jun 2012 23:23:16 +0000 (19:23 -0400)
1  2 
app/views/account/summary.rhtml

index 4d79f5b18fe3b0011145a6981c9d69cd038bf31f,61a4b24735d1d2d45cbbf299a955c3856b425230..075d0964b2fbd26b76bc9d0f1dbee96662ddb3d3
@@@ -10,6 -10,12 +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>
@@@ -36,7 -42,6 +42,7 @@@
      <% end -%>
    </table>
  </p>
 +<p><%= link_to "Create a new election", :controller => 'election', :action => 'new' %>.</p>
  
  <br />
  
@@@ -74,4 -79,3 +80,4 @@@ Your Quickvotes
    </tr>
  <% end %>
  </table>
 +<p><%= link_to( "Create a new QuickVote", :controller => 'quickvote', :action => 'create') %>.</p>

Benjamin Mako Hill || Want to submit a patch?