From 0a07b12a5d54d35f19c8af1afc6c95f880845df0 Mon Sep 17 00:00:00 2001 From: huang Date: Fri, 31 Mar 2017 14:57:15 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E4=BF=9D=E5=AD=98=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/games/_exec_results.html.erb | 4 +++- app/views/games/entry.js.erb | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/games/_exec_results.html.erb b/app/views/games/_exec_results.html.erb index d0f2f3b6e..a0ef6d414 100644 --- a/app/views/games/_exec_results.html.erb +++ b/app/views/games/_exec_results.html.erb @@ -46,7 +46,9 @@

操作

- 保存修改 +
+
+
提交评测 diff --git a/app/views/games/entry.js.erb b/app/views/games/entry.js.erb index c75b24602..222386855 100644 --- a/app/views/games/entry.js.erb +++ b/app/views/games/entry.js.erb @@ -1,5 +1,6 @@ $("#myshixun_repository").html('<%= escape_javascript(render :partial => 'games/myshixun_repository') %>'); $("#myshixun_extend_repository").html('<%= escape_javascript(render :partial => 'games/myshixun_extend_repository') %>'); +$("#game_rep_modify").html('保存修改');