otwarchive-sunsetarchive/app/views/challenge_signups/index.xls.erb
2026-03-17 01:16:49 -04:00

7 lines
No EOL
252 B
Text
Executable file

<style type="text/css">
td { border: 1px solid black;}
</style>
<% if @collection && @collection.challenge %>
<% @template_format = 'html' %>
<%= render :partial => "challenge/#{challenge_class_name(@collection)}/challenge_signups" %>
<% end %>