mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-02 08:57:32 -04:00
751997ad34
The old code is inconsistent and fragile, and the UI isn't right.
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>
|