code.gitea.io/gitea@v1.22.3/templates/shared/filetoolarge.tmpl (about)

     1  <div class="tw-p-4">
     2  	{{ctx.Locale.Tr "repo.file_too_large"}}
     3  	{{if .RawFileLink}}<a href="{{.RawFileLink}}" rel="nofollow">{{ctx.Locale.Tr "repo.file_view_raw"}}</a>{{end}}
     4  </div>