X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/85e3fa6d1b4627157bf6ef456b46dc6ceafe54c0..efee1116c83bf5d42320b7c389560eff75a78b39:/app/views/account/summary.rhtml diff --git a/app/views/account/summary.rhtml b/app/views/account/summary.rhtml index d15e442..5af431b 100644 --- a/app/views/account/summary.rhtml +++ b/app/views/account/summary.rhtml @@ -1,4 +1,9 @@ -
E-mail: <%=h @user.email %>
@@ -9,8 +14,10 @@ Member since: <%=h @user.created_at.strftime("%x") %>
<%= column.human_name %> | <% end -%><%=h election.description %> | <%=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 -%>
---|