mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-18 00:01:50 -04:00
Compare commits
2 Commits
0a7d3ff786
...
0e46499258
Author | SHA1 | Date | |
---|---|---|---|
|
0e46499258 | ||
|
181f4bfdb1 |
@ -23,6 +23,8 @@ params:
|
||||
goVersion: 1.19
|
||||
minNodeVersion: 14
|
||||
search: nav
|
||||
repo: "https://github.com/go-gitea/gitea"
|
||||
docContentPath: "docs/content"
|
||||
|
||||
outputs:
|
||||
home:
|
||||
|
@ -58,7 +58,9 @@
|
||||
</div>
|
||||
</h4>
|
||||
<div class="ui attached table unstackable segment">
|
||||
{{template "repo/unicode_escape_prompt" dict "EscapeStatus" .EscapeStatus "root" $}}
|
||||
{{if not (or .IsMarkup .IsRenderedHTML)}}
|
||||
{{template "repo/unicode_escape_prompt" dict "EscapeStatus" .EscapeStatus "root" $}}
|
||||
{{end}}
|
||||
<div class="file-view{{if .IsMarkup}} markup {{.MarkupType}}{{else if .IsRenderedHTML}} plain-text{{else if .IsTextSource}} code-view{{end}}">
|
||||
{{if .IsMarkup}}
|
||||
{{if .FileContent}}{{.FileContent | Safe}}{{end}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user