教师列表和学生列表的样式

This commit is contained in:
cxt 2016-07-22 18:39:50 +08:00
parent 48d5b89338
commit dc9c0f924b
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
<div class="courseRSide fl" id="homework_page_right">
<div class="project_r_h">
<h2 class="project_h2 fl"><%= @subPage_title%></h2>
<% if User.current.allowed_to?(:as_teacher,@course) %>
@ -11,5 +12,6 @@
<% else%>
<%= render :partial => 'course_teacher', :locals => {:members => @members} %>
<% end%>
</div>