You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pgfqe6ch8/app/views/competitions/show.html.erb

11 lines
470 B

6 years ago
<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>