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 d7a1c49 commit a30d32eCopy full SHA for a30d32e
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}} <a href="{{.Href}}">详情</a></p>
29
{{end}}
30
<br />
31
<p>渲染自<a href="{{.GitUrl}}">{{.GitUrl}}</a>仓库的<a href="{{.FileUrl}}">{{.FileName}}</a>文件</p>
0 commit comments