Merge branch 'Homework' of http://repository.trustie.net/xianbo/trustie2 into Homework

Homework
sw 11 years ago
commit a19a3b3f43

@ -81,7 +81,7 @@
<%= l(:label_students_responses) %> <%= l(:label_students_responses) %>
( (
<strong> <strong>
<%= bid.commit.nil? ? bid.commit : 0 %> <%= bid.commit.nil? ? 0 : bid.commit %>
</strong> </strong>
) )
</span> </span>

Loading…
Cancel
Save