We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478f6e9 commit d7a1c49Copy full SHA for d7a1c49
constant.go
@@ -25,7 +25,7 @@ const NewConfluenceNoteMacro = `
25
<ac:parameter ac:name="title">修改历史</ac:parameter>
26
<ac:rich-text-body>
27
{{range .CommitList}}
28
- <p>{{.CommitInfo .Href}}</p>
+ <p>{{.CommitInfo}} {{.Href}}</p>
29
{{end}}
30
<br />
31
<p>渲染自<a href="{{.GitUrl}}">{{.GitUrl}}</a>仓库的<a href="{{.FileUrl}}">{{.FileName}}</a>文件</p>
0 commit comments