11 lines
470 B
11 lines
470 B
<div id="competition-content">
|
|
<% if @competition.identifier == "hn" %>
|
|
<%= render :partial => "hn_competition" %>
|
|
<% elsif @competition.identifier == "ccf-se-2018" %>
|
|
<%= render :partial => "ccf_competition" %>
|
|
<% elsif @competition.identifier == "gcc-dev-2018" %>
|
|
<%= render :partial => "qg_competition" %>
|
|
<% elsif @competition.identifier == "gcc-annotation-2018" %>
|
|
<%= render :partial => "annotation_2018_competition" %>
|
|
<% end %>
|
|
</div> |