From 0f4e3f0189c549f52869a4d630fb968e87e93bdb Mon Sep 17 00:00:00 2001 From: cxt Date: Fri, 30 Dec 2016 20:29:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=9E=E8=B5=9B=EF=BC=9A=E8=BF=9B=E5=85=A5?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E5=90=8E?= =?UTF-8?q?=EF=BC=8C=E5=A6=82=E5=9B=BE=E5=B7=A6=E4=BE=A7=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E7=9A=84=E2=80=9C=E8=AE=A8=E8=AE=BA=E5=8C=BA=E2=80=9D=E5=8D=B4?= =?UTF-8?q?=E5=8A=A0=E4=BA=AE=E6=98=BE=E7=A4=BA=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/news_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/news_controller.rb b/app/controllers/news_controller.rb index 87b021678..e65f4c768 100644 --- a/app/controllers/news_controller.rb +++ b/app/controllers/news_controller.rb @@ -273,7 +273,7 @@ class NewsController < ApplicationController elsif @news.contest_id @contest = Contest.find(@news.contest_id) if @contest - @left_nav_type = 4 + @left_nav_type = 5 respond_to do |format| format.js format.html {render :layout => 'base_contests'}