%
# The purpose of this page is to display challenge signups for review by the moderator
# It should not be user-facing for most challenges
%>
<%= ts("Sign-ups for %{collection}", :collection => @collection.title) %>
<% @challenge ||= @collection.challenge %>
-
<%= link_to ts("Download (CSV)"), collection_signups_path(@collection, :format => :csv) %>
<%= link_to_help "csv-download"%>
<% @challenge_signups.each do |challenge_signup| %>
<% # the person who signed up, linking to their full individual signup, and a way to email them %>
<%= link_to challenge_signup.pseud.name, collection_signup_path(@collection, challenge_signup) %>
<%= mailto_link challenge_signup.pseud.user, :subject => "[#{h(@collection.title)}] Message from Collection Maintainer" %>
<% # %>
<% # %>
<% # %>
<% # %>