index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
models
/
issue_mail.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <u@gogs.io>
2016-08-14 03:32:24 -0700
committer
Unknwon <u@gogs.io>
2016-08-14 03:32:24 -0700
commit
3f7f4852efaaa56a0dada832dc652a1fc8869ae7
(
patch
)
tree
e3bb1769b2967dea560b2400abf830dc6cf70067
/
models/issue_mail.go
parent
0f33b04c876593e592887450302774654fef2787
(
diff
)
#2246 fully support of webhooks for pull request
Diffstat
(limited to 'models/issue_mail.go')
-rw-r--r--
models/issue_mail.go
2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/issue_mail.go b/models/issue_mail.go
index 5441a454..02548bc3 100644
--- a/
models/issue_mail.go
+++ b/
models/issue_mail.go
@@ -15,7 +15,7 @@ import (
)
func (issue *Issue) MailSubject() string {
- return fmt.Sprintf("[%s] %s (#%d)", issue.Repo.Name, issue.Name, issue.Index)
+ return fmt.Sprintf("[%s] %s (#%d)", issue.Repo.Name, issue.Title, issue.Index)
}
// mailIssueCommentToParticipants can be used for both new issue creation and comment.