X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/ed271a9bc9a0ec6928e7276d645541db6e5cb7c6..efee1116c83bf5d42320b7c389560eff75a78b39:/app/views/account/summary.rhtml?ds=inline diff --git a/app/views/account/summary.rhtml b/app/views/account/summary.rhtml index e6d231f..5af431b 100644 --- a/app/views/account/summary.rhtml +++ b/app/views/account/summary.rhtml @@ -14,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 -%>
---|