gitea/gitea-main/templates/shared/filetoolarge.tmpl
2025-03-04 11:20:45 +00: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>