otwa-aggie/app/views/challenge_signups/index.xls.erb
2026-08-13 00:44:25 -04: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 %>