mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-08-01 17:38:33 +00:00
Added issue link rendering in commit messages
This commit is contained in:
parent
e577f2fff3
commit
528c075ad6
5 changed files with 26 additions and 6 deletions
|
@ -17,7 +17,7 @@
|
|||
<div class="panel panel-info panel-radius diff-head-box">
|
||||
<div class="panel-header">
|
||||
<a class="pull-right btn btn-blue btn-header btn-medium btn-radius" rel="nofollow" href="{{.SourcePath}}">{{.i18n.Tr "repo.diff.browse_source"}}</a>
|
||||
<h4 class="commit-message">{{.Commit.Message}}</h4>
|
||||
<h4 class="commit-message">{{Str2html .Commit.Message}}</h4>
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<span class="pull-right">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue