1
0
Fork 0
forked from forgejo/forgejo

Show git-notes

This commit is contained in:
Vladimir Panteleev 2019-05-18 15:00:37 +00:00
parent c385dcc26b
commit f7f000a097
No known key found for this signature in database
GPG key ID: 5004F0FAD051576D
3 changed files with 37 additions and 0 deletions

View file

@ -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" .}}