非老师不显示分组作品列表的“评分”按钮
This commit is contained in:
parent
d762c68f7b
commit
6db223b35b
|
@ -71,7 +71,9 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="fr ml5" style="width:25px; color: #3b94d6; white-space:nowrap; text-align:right; margin-right:5px; cursor: pointer;" onclick="show_student_work('<%= student_work_path(st)%>')">评分</div>
|
||||
<% if User.current.allowed_to?(:as_teacher, st.homework_common.course) %>
|
||||
<div class="fr ml5" style="width:25px; color: #3b94d6; white-space:nowrap; text-align:right; margin-right:5px; cursor: pointer;" onclick="show_student_work('<%= student_work_path(st)%>')">评分</div>
|
||||
<% end %>
|
||||
<div class="hworkTip" style="display: none; left:710px; top:20px; white-space:nowrap; right:auto;" id="work_click_<%= st.id%>"><em></em><span></span><font class="fontGrey2">点击进行评分</font></div>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue