From 3dca2185beba966e81ba5df66c92eeb6176d4f63 Mon Sep 17 00:00:00 2001 From: z9hang Date: Tue, 16 Sep 2014 08:56:45 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E9=80=9A=E5=91=8A=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E9=9D=A2=E5=AF=BC=E8=88=AA=E6=A0=8F=E4=B8=A2?= =?UTF-8?q?=E5=A4=B1=E3=80=82=E5=8E=9F=E5=9B=A0=E6=9C=AA=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?layout=EF=BC=8C=E8=A7=A3=E5=86=B3=EF=BC=9A=E5=8A=A0=E4=B8=8Alay?= =?UTF-8?q?out?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/contest_notification_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/contest_notification_controller.rb b/app/controllers/contest_notification_controller.rb index 8c6e51bd5..461b62457 100644 --- a/app/controllers/contest_notification_controller.rb +++ b/app/controllers/contest_notification_controller.rb @@ -1,4 +1,5 @@ class ContestNotificationController < ApplicationController + layout 'contest_base' def show @notification = ContestNotification.find(params[:id]) end