X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/ed271a9bc9a0ec6928e7276d645541db6e5cb7c6..b82ac70a3367072882aa259dae0b6a1b6e3288fa:/app/views/account/summary.rhtml
diff --git a/app/views/account/summary.rhtml b/app/views/account/summary.rhtml
index e6d231f..61a4b24 100644
--- a/app/views/account/summary.rhtml
+++ b/app/views/account/summary.rhtml
@@ -10,37 +10,34 @@ E-mail: <%=h @user.email %>
Member since: <%=h @user.created_at.strftime("%x") %>
+ <%= link_to "Update Email Address", :action => 'change_contact', + :id => @user.id %> +
+ +Your Elections:
<%= column.human_name %> | + <% ["Name", "Description", "Details"].each do |column| -%> +<%= column %> | <% end -%>|||||||
---|---|---|---|---|---|---|---|---|
- <% if election.active == 1 -%> + | <%= link_to "#{election.name}", :controller => 'election', :action => 'show', :id => election %> - <% else -%> - <%=h election.name %> - <% end -%> | -<%=h election.description %> | -<%=h election.startdate.strftime("%x") %> | -<%=h election.enddate.strftime("%x") %> | -- <% if election.notices == 0 -%> - No - <% else -%> - Yes - <% end -%> - | -<%=h election.election_method %> | +<%=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 %> + |
+