Compare commits

..

No commits in common. "0e46499258a20a8d701cdfc489c55a4246b4901e" and "0a7d3ff786508284224ada17956a65bb759d9265" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -23,8 +23,6 @@ params:
goVersion: 1.19 goVersion: 1.19
minNodeVersion: 14 minNodeVersion: 14
search: nav search: nav
repo: "https://github.com/go-gitea/gitea"
docContentPath: "docs/content"
outputs: outputs:
home: home:

View File

@ -58,9 +58,7 @@
</div> </div>
</h4> </h4>
<div class="ui attached table unstackable segment"> <div class="ui attached table unstackable segment">
{{if not (or .IsMarkup .IsRenderedHTML)}} {{template "repo/unicode_escape_prompt" dict "EscapeStatus" .EscapeStatus "root" $}}
{{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}}"> <div class="file-view{{if .IsMarkup}} markup {{.MarkupType}}{{else if .IsRenderedHTML}} plain-text{{else if .IsTextSource}} code-view{{end}}">
{{if .IsMarkup}} {{if .IsMarkup}}
{{if .FileContent}}{{.FileContent | Safe}}{{end}} {{if .FileContent}}{{.FileContent | Safe}}{{end}}