|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
<div class="project_r_h">
|
|
|
|
|
<h2 class="project_h2"><%= @subPage_title%></h2>
|
|
|
|
|
<h2 class="project_h2 fl"><%= @subPage_title%></h2>
|
|
|
|
|
<span class="fr f14 fontGrey2" style="height: 40px; line-height: 40px; margin-right: 15px;">修改角色</span>
|
|
|
|
|
</div>
|
|
|
|
|
<% if @subPage_title == l(:label_student_list)%>
|
|
|
|
|
<%= render :partial => 'course_student', :locals => {:members => @members} %>
|
|
|
|
|