From 9cd6ddccc5c2b529f7729bd2dc80b1b8c4eb8c24 Mon Sep 17 00:00:00 2001 From: Alexei Bezborodov Date: Mon, 4 Jul 2022 08:58:47 +0300 Subject: [PATCH] =?UTF-8?q?Revert=20"=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=BB=D0=B0=D1=81=D1=8C=20=D1=81=D1=82=D0=B0=D1=80=D1=82=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D1=8F=20=D0=B2=D0=BA=D0=BB=D0=B0=D0=B4=D0=BA=D0=B0?= =?UTF-8?q?=20=D1=81=20=D0=9A=D0=BE=D0=B4=D0=B0=20=D0=BD=D0=B0=20=D0=92?= =?UTF-8?q?=D0=B8=D0=BA=D0=B8=20#35"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 137432613d0e3e613db4bf64f4d018be78f5635e. --- routers/web/repo/view.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/web/repo/view.go b/routers/web/repo/view.go index 50d47972a5..e98d94f7ca 100644 --- a/routers/web/repo/view.go +++ b/routers/web/repo/view.go @@ -697,7 +697,7 @@ func Home(ctx *context.Context) { return } - Wiki(ctx) + renderCode(ctx) } // LastCommit returns lastCommit data for the provided branch/tag/commit and directory (in url) and filenames in body