socialforge/app/views/games/show.html.erb

16 lines
528 B
Plaintext

<%= link_to "提交评测", {:controller => 'games', :action => "game_build", :id => @game, :myshixun_id => @myshixun}, :class => "task-display-span bBlue mt10", :onclick => "training_task_submmit();", :remote => true %>
tpi
</br>
<% outputs = GameOutputs.where(:game_id => @game) %>
<% unless outputs .nil?%>
<% outputs.each do |output| %>
code: <%= output.code %></br>
mes: <%= output.msg %></br>
output : <%= output.out_put %></br>
<% end %>
<% end %>
<%= render :partial => "repository" %>