mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-22 14:08:01 +02:00
Bug: Transfer repository doesn't update the count
This commit is contained in:
@ -1 +1 @@
|
||||
0.5.0.0910 Beta
|
||||
0.5.0.0912 Beta
|
@ -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}}
|
||||
|
Reference in New Issue
Block a user