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

2 lines
224 B
Plaintext
Raw Normal View History

2017-03-10 15:41:44 +08:00
<%= 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