otwarchive-symphonyarchive/app/views/challenge_signups/index.xls.erb
2026-03-11 22:22:11 +00:00

7 lines
No EOL
252 B
Text

<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 %>