Files
new-api/templates/shared/filetoolarge.tmpl
T
2026-05-30 22:47:36 +08:00

5 lines
199 B
Handlebars

<div class="file-not-rendered-prompt">
{{ctx.Locale.Tr "repo.file_too_large"}}
{{if .RawFileLink}}<a href="{{.RawFileLink}}" rel="nofollow">{{ctx.Locale.Tr "repo.file_view_raw"}}</a>{{end}}
</div>