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

11 lines
386 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 %>
2017-03-13 09:00:13 +08:00
tpi
</br>
<%= @git_url %>
<% if @entries.blank? %>
<%= render :partial => "projects/no_data" %>
<% else %>
<%= render :partial => "repository" %>
<% end %>