diff options
author | KN4CK3R <KN4CK3R@users.noreply.github.com> | 2021-01-21 14:51:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 14:51:17 +0100 |
commit | 56a89296050096df29d0a653019c194631cc6562 (patch) | |
tree | 9082430c3e700d55d5627ce8052d27de6d2bed46 /templates/repo/diff/box.tmpl | |
parent | 1c230f69d9951af1174f2956064f18e2d135723d (diff) | |
download | gitea-56a89296050096df29d0a653019c194631cc6562.tar.gz gitea-56a89296050096df29d0a653019c194631cc6562.zip |
Comment - Reference in new issue (#14366)
* Implemented "Reference in new issue"
* Fixed menu style on "pulls/x/files" because "button" has a style.
* Added context menu for PR file comments.
* Use only a single modal for every comment.
* Use current repository as default. Added search filter.
* Added suggested changes.
* Fixed assignment.
Co-authored-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'templates/repo/diff/box.tmpl')
-rw-r--r-- | templates/repo/diff/box.tmpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/repo/diff/box.tmpl b/templates/repo/diff/box.tmpl index 8533f9b910..f01795ad15 100644 --- a/templates/repo/diff/box.tmpl +++ b/templates/repo/diff/box.tmpl @@ -164,6 +164,8 @@ </div> {{end}} + {{template "repo/issue/view_content/reference_issue_dialog" .}} + {{if .IsSplitStyle}} <script> document.addEventListener('DOMContentLoaded', () => { |