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>
<% end -%>
</table>
</p>
+<p><%= link_to "Create a new election", :controller => 'election', :action => 'new' %>.</p>
<br />
</tr>
<% end %>
</table>
+<p><%= link_to( "Create a new QuickVote", :controller => 'quickvote', :action => 'create') %>.</p>