mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-26 20:55:55 +00:00
Bug: Transfer repository doesn't update the count
This commit is contained in:
parent
f67c59135f
commit
cfed11f092
7 changed files with 21 additions and 13 deletions
|
@ -14,7 +14,7 @@
|
|||
</p>
|
||||
<div class="{{if .ReadmeExist}}panel-content markdown{{end}} code-view">
|
||||
{{if .ReadmeExist}}
|
||||
{{.FileContent | Str2html}}
|
||||
{{if .FileContent}}{{.FileContent | Str2html}}{{end}}
|
||||
{{else if not .IsFileText}}
|
||||
<div class="view-raw">
|
||||
{{if .IsImageFile}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue