From: Benjamin Mako Hill Date: Sun, 17 Jun 2012 23:23:16 +0000 (-0400) Subject: Merge branch 'master' of git://gitorious.org/~ruinar/selectricity/ruinar-selectricity X-Git-Url: https://projects.mako.cc/source/selectricity/commitdiff_plain/15870a550ddd18192efc71c1355a238e7c7c53e8?hp=-c Merge branch 'master' of git://gitorious.org/~ruinar/selectricity/ruinar-selectricity --- 15870a550ddd18192efc71c1355a238e7c7c53e8 diff --combined app/views/account/summary.rhtml index 4d79f5b,61a4b24..075d096 --- a/app/views/account/summary.rhtml +++ b/app/views/account/summary.rhtml @@@ -10,6 -10,12 +10,12 @@@ E-mail: <%=h @user.email %>

+

+ <%= link_to "Update Email Address", :action => 'change_contact', + :id => @user.id %> +

+ +

Your Elections: @@@ -36,7 -42,6 +42,7 @@@ <% end -%>

+

<%= link_to "Create a new election", :controller => 'election', :action => 'new' %>.


@@@ -74,4 -79,3 +80,4 @@@ Your Quickvotes <% end %> +

<%= link_to( "Create a new QuickVote", :controller => 'quickvote', :action => 'create') %>.