X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/99e1580f0d7707b8e2f8c08f8aae70c3d4906637..5c62b1606f7f89efdd5a6c51308cd0212fe9a709:/app/views/account/summary.rhtml diff --git a/app/views/account/summary.rhtml b/app/views/account/summary.rhtml index 0ea9f24..4d79f5b 100644 --- a/app/views/account/summary.rhtml +++ b/app/views/account/summary.rhtml @@ -36,6 +36,7 @@ Member since: <%=h @user.created_at.strftime("%x") %> <% end -%>

+

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


@@ -73,3 +74,4 @@ Your Quickvotes: <% end %> +

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