From 03ec35ed79e38b907de8812e3f7cccc422cb5937 Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 11 Dec 2017 14:03:04 +0800 Subject: Mention completion for issue editor. (#3136) * new issue mention * Mention completion on new issue and view issue page. * Code format. * Require tribute in pull request page. --- templates/base/footer.tmpl | 26 ++++++++++++++++++++++++++ templates/base/head.tmpl | 4 ++++ 2 files changed, 30 insertions(+) (limited to 'templates') diff --git a/templates/base/footer.tmpl b/templates/base/footer.tmpl index ed0dd58b95..7df892c1ca 100644 --- a/templates/base/footer.tmpl +++ b/templates/base/footer.tmpl @@ -57,6 +57,32 @@ {{end}} {{if .RequireDropzone}} +{{end}} +{{if .RequireTribute}} + + + {{if .Assignees}} + + {{end}} {{end}} diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index a7d31d6557..93e819847d 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -74,6 +74,10 @@ {{end}} +{{if .RequireTribute}} + +{{end}} + -- cgit v1.2.3