X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/6ee6b1233d213f26c514504e78cd06b1de737943..3ebaed889614cc7bdf66dd2456c48d69b3fb2507:/app/views/account/summary.rhtml diff --git a/app/views/account/summary.rhtml b/app/views/account/summary.rhtml index 2f24e28..d15e442 100644 --- a/app/views/account/summary.rhtml +++ b/app/views/account/summary.rhtml @@ -1,4 +1,4 @@ -

This is your user summary profile, <%=h @user.login.capitalize %>

+

This is your user summary profile, <%=h @user.login.capitalize %>

E-mail: <%=h @user.email %>
@@ -6,11 +6,11 @@ Member since: <%=h @user.created_at.strftime("%x") %>

Your Elections: - +
<% Election.content_columns.each do |column| -%> <% next if column.name.eql?("viewable") || column.name.eql?("quickuser")\ - || column.name.eql?("active") %> + || column.name.eql?("active") || column.name.eql?("anonymous") %> <% end -%> @@ -26,13 +26,6 @@ Member since: <%=h @user.created_at.strftime("%x") %> <% end -%> -
<%= column.human_name %>
<%=h election.description %> - <% if election.anonymous == 0 -%> - No - <% else -%> - Yes - <% end -%> - <%=h election.startdate.strftime("%x") %> <%=h election.enddate.strftime("%x") %> @@ -48,6 +41,8 @@ Member since: <%=h @user.created_at.strftime("%x") %>

+
+

Your Quickvotes: