mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
Backport #25287 by @JakobDev This simply shows if a File has the executable Permission  Co-authored-by: JakobDev <jakobdev@gmx.de> Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
co-authored by
JakobDev
silverwind
parent
3a29f6aaff
commit
e5422db5c7
@@ -25,4 +25,9 @@
|
||||
{{.LexerName}}
|
||||
</div>
|
||||
{{end}}
|
||||
{{if .IsExecutable}}
|
||||
<div class="file-info-entry">
|
||||
{{.locale.Tr "repo.executable_file"}}
|
||||
</div>
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user