From 043f8255c272e2eda6c57812ef969ae3f0f84246 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Wed, 27 Oct 2021 15:19:35 +0800 Subject: [PATCH] Fix a UI error when folding a file content in a commit view --- templates/repo/diff/box.tmpl | 2 +- web_src/js/features/repo-code.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/repo/diff/box.tmpl b/templates/repo/diff/box.tmpl index d2651d7e08f77..30039f0d1ab7e 100644 --- a/templates/repo/diff/box.tmpl +++ b/templates/repo/diff/box.tmpl @@ -59,7 +59,7 @@ {{$showFileViewToggle := or $isImage (and (not $file.IsIncomplete) $isCsv)}}

-