From 830e0194c2f7d4fac06221f54492ad2a0741a95d Mon Sep 17 00:00:00 2001 From: "sylor_huang@126.com" Date: Mon, 23 Mar 2020 17:31:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E7=AB=AF=E9=83=A8=E5=88=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/repositories_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/repositories_controller.rb b/app/controllers/repositories_controller.rb index 0944e04c9..a3e04307b 100644 --- a/app/controllers/repositories_controller.rb +++ b/app/controllers/repositories_controller.rb @@ -78,7 +78,7 @@ class RepositoriesController < ApplicationController def find_project @project = Project.find params[:id] - # render_not_found("未找到相关的仓库") unless @project + render_not_found("未找到相关的仓库") unless @project end def authorizate!