E-mail: <%=h @user.email %>
Member since: <%=h @user.created_at.strftime("%x") %>
Your Elections:
<%= column.human_name %> | <% end -%>||||||
---|---|---|---|---|---|---|
<% if election.active == 1 -%> <%= link_to "#{election.name}", :controller => 'election', :action => 'show', :id => election %> <% else -%> <%=h election.name %> <% end -%> | <%=h election.description %> | <% if election.anonymous == 0 -%> No <% else -%> Yes <% end -%> | <%=h election.startdate.strftime("%x") %> | <%=h election.enddate.strftime("%x") %> | <% if election.notices == 0 -%> No <% else -%> Yes <% end -%> | <%=h election.election_method %> |
Your Quickvotes:
<%= column %> | <% end -%>||||
---|---|---|---|---|
<% if quickvote.active == 1 %> <%= link_to "#{quickvote.name}", quickaction_url( :ident => quickvote.name, :action => 'results' ) %> <% else %> <%=h quickvote.name %> <% end %> | <%=h quickvote.description %> | <%=h quickvote.startdate.strftime("%x") %> | <%=h quickvote.enddate.strftime("%x") %> | <% if quickvote.notices == 0 -%> No <% else -%> Yes <% end -%> |