dev_bj
p31729568 5 years ago
parent 48e34a40b5
commit eaa56819b4

@ -17,9 +17,9 @@
<div class="enter_panel" style="height: 500px"> <div class="enter_panel" style="height: 500px">
<div class="course_competition_panel"> <div class="course_competition_panel">
<a href="<%= is_start ? first_section.competition_entries[0].url : 'javascript:void(0)'%>" <a href="<%= is_start ? first_section.competition_entries[0].url : 'javascript:void(0)'%>"
class="<%= is_start ? 'active' : '' %>"><%= first_section.competition_entries[0].name %></a> class="<%= is_start ? 'active' : '' %>" target="_blank"><%= first_section.competition_entries[0].name %></a>
<a href="<%= is_start ? first_section.competition_entries[1].url : 'javascript:void(0)'%>" <a href="<%= is_start ? first_section.competition_entries[1].url : 'javascript:void(0)'%>"
class="<%= is_start ? 'active' : '' %>"><%= first_section.competition_entries[1].name %></a> class="<%= is_start ? 'active' : '' %>" target="_blank"><%= first_section.competition_entries[1].name %></a>
</div> </div>
<a href="<%= is_start ? first_section.competition_entries[2].url : 'javascript:void(0)'%>" <a href="<%= is_start ? first_section.competition_entries[2].url : 'javascript:void(0)'%>"
class="ex_submit"><%= first_section.competition_entries[2].name %></a> class="ex_submit"><%= first_section.competition_entries[2].name %></a>

Loading…
Cancel
Save