教师列表报500

This commit is contained in:
cxt 2016-09-30 17:19:57 +08:00
parent 1cf3c2cd48
commit e5204112d0
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>