|
|
|
@ -225,7 +225,7 @@
|
|
|
|
|
<div class="relatePInfo" id="relatePInfo_<%=project.id %>_<%=homework_common.id %>">
|
|
|
|
|
项目名称:<%=project.name %><br />
|
|
|
|
|
创建者:<%=(User.find project.user_id).show_name %>(组长)<br />
|
|
|
|
|
更新时间:<%=time_from_now time %>
|
|
|
|
|
更新时间:<%=time_from_now !com_time.nil? && format_time(com_time) > format_time(time) ? com_time : time %>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<% if i == 9 && projects.count > 10 %>
|
|
|
|
|