Merge branch 'gitlab_guange' of http://repository.trustie.net/xianbo/trustie2 into gitlab_guange

This commit is contained in:
huang 2015-12-04 16:22:02 +08:00
commit 7daaa59010
1 changed files with 10 additions and 9 deletions

View File

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