mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-20 00:02:52 -04:00
Compare commits
2 Commits
0a7d3ff786
...
0e46499258
Author | SHA1 | Date | |
---|---|---|---|
|
0e46499258 | ||
|
181f4bfdb1 |
@ -23,6 +23,8 @@ 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,7 +58,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</h4>
|
</h4>
|
||||||
<div class="ui attached table unstackable segment">
|
<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}}">
|
<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