Merge branch 'master' of git://gitorious.org/~ruinar/selectricity/ruinar-selectricity
[selectricity-live] / app / views / account / summary.rhtml
index 61a4b24735d1d2d45cbbf299a955c3856b425230..075d0964b2fbd26b76bc9d0f1dbee96662ddb3d3 100644 (file)
@@ -42,6 +42,7 @@ Member since: <%=h @user.created_at.strftime("%x") %>
     <% end -%>
   </table>
 </p>
+<p><%= link_to "Create a new election", :controller => 'election', :action => 'new' %>.</p>
 
 <br />
 
@@ -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?