otwarchive-symphonyarchive/app/views/challenge_signups/index.xls.erb

7 lines
252 B
Text
Raw Normal View History

2026-03-11 22:22:11 +00:00
<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 %>