forked from forgejo/forgejo
Show git-notes
This commit is contained in:
parent
c385dcc26b
commit
f7f000a097
3 changed files with 37 additions and 0 deletions
|
@ -65,6 +65,12 @@
|
|||
</div>
|
||||
{{end}}
|
||||
{{end}}
|
||||
{{if .Note}}
|
||||
<div class="ui top bottom attached info clearing segment">
|
||||
<h3>git-notes:</h3>
|
||||
<pre class="commit-body">{{RenderNote .Note $.RepoLink $.Repository.ComposeMetas}}</pre>
|
||||
</div>
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
||||
{{template "repo/diff/box" .}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue