X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/05ebed925ae2b5e7bf2a599536ba7d7ac15ffbf7..37e11a698234dcc8bcb2faae7203088667a8a561:/app/views/account/summary.rhtml?ds=inline diff --git a/app/views/account/summary.rhtml b/app/views/account/summary.rhtml index 5af431b..0ea9f24 100644 --- a/app/views/account/summary.rhtml +++ b/app/views/account/summary.rhtml @@ -13,35 +13,23 @@ Member since: <%=h @user.created_at.strftime("%x") %>
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") %> | -<%=h election.election_method %> | -- <% if election.authenticated? %> - Yes - <% else -%> - No - <% end -%> + | <%=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 %> |