竞赛500问题

This commit is contained in:
huang 2017-03-12 09:01:09 +08:00
parent b318c460d9
commit 18cd52a0bb
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<span class="hidden fl" style="max-width:220px;"><%= student_work.name %></span> <span class="hidden fl" style="max-width:220px;"><%= student_work.name %></span>
<span class="fontGrey2 ml5 fl"> <span class="fontGrey2 ml5 fl">
<% if student_work.work_status %> <% if student_work.work_status %>
<%= get_status student_work.work_status, student_work.re_commit %> <%= get_status student_work.work_status, nil %>
<% end %> <% end %>
</span> </span>
</span> </span>

View File

@ -4,7 +4,7 @@
<span class="hidden fl" style="max-width:220px;"><%= student_work.name %></span> <span class="hidden fl" style="max-width:220px;"><%= student_work.name %></span>
<span class="fontGrey2 ml5 fl"> <span class="fontGrey2 ml5 fl">
<% if student_work.work_status %> <% if student_work.work_status %>
<%= get_status student_work.work_status, student_work.re_commit %> <%= get_status student_work.work_status, nil %>
<% end %> <% end %>
</span> </span>
</span> </span>