X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/5901217a8893619fbdb02d540c08390f92eae368..fdc554930ae758e5a1ffaefe25fa2663fcdf8ac1:/app/views/front/_user_summary.rhtml diff --git a/app/views/front/_user_summary.rhtml b/app/views/front/_user_summary.rhtml index ce65bba..fd4ee6f 100644 --- a/app/views/front/_user_summary.rhtml +++ b/app/views/front/_user_summary.rhtml @@ -1,10 +1,17 @@ <% if @current_elections.length < 1 %>

You have not created any elections.

+<% elsif @current_elections.length > 6 %> +

You have more than six elections which may not fit on the control panel. Clcik on the following link to go to your user profile, which lists all your elections. +<%= link_to "Summary", :controller => "account", :action => "summary", :id => session[:user].id %>

<% else %> <% end %>