教师列表报500
This commit is contained in:
parent
1cf3c2cd48
commit
e5204112d0
|
@ -1203,7 +1203,7 @@ class CoursesController < ApplicationController
|
|||
|
||||
#统计
|
||||
def statistics_course
|
||||
@left_nav_type = 9
|
||||
@left_nav_type = 10
|
||||
respond_to do |format|
|
||||
format.html {render :layout => 'base_courses'}
|
||||
end
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<% if @role == 1 %>
|
||||
<% if @role.to_i == 1 %>
|
||||
<div class="courseRSide fl" id="homework_page_right">
|
||||
<div class="project_r_h">
|
||||
<h2 class="project_h2 fl"><%= @subPage_title%></h2>
|
||||
|
|
Loading…
Reference in New Issue