gitea-local/templates/shared/filetoolarge.tmpl
2024-08-07 15:56:31 +08:00

5 lines
181 B
Cheetah
Executable File

<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>