mirror of
https://github.com/go-gitea/gitea
synced 2024-11-15 06:34:25 +00:00
f3f0081759
Backport #30227 by wxiaoguang The old code is inconsistent and fragile, and the UI isn't right. Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
5 lines
181 B
Handlebars
5 lines
181 B
Handlebars
<div class="tw-p-4">
|
|
{{ctx.Locale.Tr "repo.file_too_large"}}
|
|
{{if .RawFileLink}}<a href="{{.RawFileLink}}" rel="nofollow">{{ctx.Locale.Tr "repo.file_view_raw"}}</a>{{end}}
|
|
</div>
|