From 137432613d0e3e613db4bf64f4d018be78f5635e Mon Sep 17 00:00:00 2001 From: Alexei Bezborodov Date: Wed, 29 Jun 2022 20:35:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB?= =?UTF-8?q?=D0=B0=D1=81=D1=8C=20=D1=81=D1=82=D0=B0=D1=80=D1=82=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D1=8F=20=D0=B2=D0=BA=D0=BB=D0=B0=D0=B4=D0=BA=D0=B0=20?= =?UTF-8?q?=D1=81=20=D0=9A=D0=BE=D0=B4=D0=B0=20=D0=BD=D0=B0=20=D0=92=D0=B8?= =?UTF-8?q?=D0=BA=D0=B8=20#35?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 e98d94f7ca..50d47972a5 100644 --- a/routers/web/repo/view.go +++ b/routers/web/repo/view.go @@ -697,7 +697,7 @@ func Home(ctx *context.Context) { return } - renderCode(ctx) + Wiki(ctx) } // LastCommit returns lastCommit data for the provided branch/tag/commit and directory (in url) and filenames in body