diff --git a/app/views/games/_code_actions.html.erb b/app/views/games/_code_actions.html.erb
index 358565461..d3be1b372 100644
--- a/app/views/games/_code_actions.html.erb
+++ b/app/views/games/_code_actions.html.erb
@@ -1,8 +1,9 @@
耗时:<%= game_spend_time(@game.open_time, @game.updated_at) %>
+
<% if @game.status == 0 %>
-
评测
+
评测
<% elsif @game.status == 1 %>
-
评测中..
+
评测中..
<% elsif @game.status == 2 %>
<%= link_to "下 一 步 ", {:controller => 'games',:action => "next_step", :id => @game,
:myshixun_id => @myshixun},
@@ -10,12 +11,12 @@
:onclick => "training_task_submmit();",
:remote => true %>
<% end %>
-
+