|
|
|
@ -148,7 +148,7 @@
|
|
|
|
|
<% if activity.homework_type == 3 && activity.homework_detail_group.base_on_project == 1 %>
|
|
|
|
|
<div class="mt10">
|
|
|
|
|
<% projects = activity.student_work_projects.where("is_leader = 1") %>
|
|
|
|
|
<div class="fl mr20 fontGrey3 w80">
|
|
|
|
|
<div class="fl mr20 fontGrey3">
|
|
|
|
|
已关联项目:<%='各小组尚未将小组项目关联到本次作业。' if projects.empty? %>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="cl"></div>
|
|
|
|
@ -300,4 +300,4 @@
|
|
|
|
|
</div>
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
|
$(description_show_hide(<%=user_activity_id %>));
|
|
|
|
|
</script>
|
|
|
|
|
</script>
|
|
|
|
|