|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<div id="competition-content">
|
|
|
|
|
<% if @competition.identifier == "hn" %>
|
|
|
|
|
<%= render :partial => "hn_competition" %>
|
|
|
|
|
<% elsif @competition.identifier == "ccf-se-2018" || competition.identifier == "ccf-se-2019" %>
|
|
|
|
|
<% elsif @competition.identifier == "ccf-se-2018" || @competition.identifier == "ccf-se-2019" %>
|
|
|
|
|
<%= render :partial => "ccf_competition" %>
|
|
|
|
|
<% elsif @competition.identifier == "gcc-dev-2018" %>
|
|
|
|
|
<%= render :partial => "qg_competition" %>
|
|
|
|
|