X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/796d33df26fa2f591a405810ae4958a26cf060a4..92261fac718494dca6f92bbf193e75821fa336ec:/app/views/account/summary.rhtml?ds=sidebyside diff --git a/app/views/account/summary.rhtml b/app/views/account/summary.rhtml index 2f24e28..5af431b 100644 --- a/app/views/account/summary.rhtml +++ b/app/views/account/summary.rhtml @@ -1,4 +1,9 @@ -
E-mail: <%=h @user.email %>
@@ -6,11 +11,13 @@ Member since: <%=h @user.created_at.strftime("%x") %>
Your Elections: -
<%= column.human_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 -%> + | <%=h election.election_method %> | ++ <% if election.authenticated? %> Yes - <% end -%> - | -<%=h election.election_method %> | + <% else -%> + No + <% end -%> + + <% end -%>
---|
Your Quickvotes: