竞赛500问题
This commit is contained in:
parent
b318c460d9
commit
18cd52a0bb
|
@ -4,7 +4,7 @@
|
|||
<span class="hidden fl" style="max-width:220px;"><%= student_work.name %></span>
|
||||
<span class="fontGrey2 ml5 fl">
|
||||
<% if student_work.work_status %>
|
||||
<%= get_status student_work.work_status, student_work.re_commit %>
|
||||
<%= get_status student_work.work_status, nil %>
|
||||
<% end %>
|
||||
</span>
|
||||
</span>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<span class="hidden fl" style="max-width:220px;"><%= student_work.name %></span>
|
||||
<span class="fontGrey2 ml5 fl">
|
||||
<% if student_work.work_status %>
|
||||
<%= get_status student_work.work_status, student_work.re_commit %>
|
||||
<%= get_status student_work.work_status, nil %>
|
||||
<% end %>
|
||||
</span>
|
||||
</span>
|
||||
|
|
Loading…
Reference in New Issue