mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-20 00:02:52 -04:00
Compare commits
No commits in common. "0e46499258a20a8d701cdfc489c55a4246b4901e" and "0a7d3ff786508284224ada17956a65bb759d9265" have entirely different histories.
0e46499258
...
0a7d3ff786
@ -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:
|
||||||
|
@ -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}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user