X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/b82ac70a3367072882aa259dae0b6a1b6e3288fa..15870a550ddd18192efc71c1355a238e7c7c53e8:/app/views/account/summary.rhtml diff --git a/app/views/account/summary.rhtml b/app/views/account/summary.rhtml index 61a4b24..075d096 100644 --- a/app/views/account/summary.rhtml +++ b/app/views/account/summary.rhtml @@ -42,6 +42,7 @@ Member since: <%=h @user.created_at.strftime("%x") %> <% end -%>

+

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


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

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