E-mail: <%=h @user.email %>
Member since: <%=h @user.created_at.strftime("%x") %>
Your Elections:
<%= column %> | <% end -%>||
---|---|---|
<%= link_to "#{election.name}", :controller => 'election', :action => 'show', :id => election %> | <%=h election.description %> |
Start: <%=h election.startdate.strftime("%x") %> End: <%=h election.enddate.strftime("%x") %> Method: <%=h ELECTION_TYPES[election.election_method] %> Open: <%= (not election.authenticated?).to_s.capitalize %> |
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 -%> |