summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-07-16 12:45:13 +0800
committerUnknwon <u@gogs.io>2016-07-16 12:45:13 +0800
commit971e2c3bd6a63a9d75ee7b222b8ec1716f47fbb6 (patch)
tree8010e3196c794357d7b410ede0554c374c5c80b9 /modules
parentc083d7656794ec0b4d856994daddd27e98841d70 (diff)
downloadgitea-971e2c3bd6a63a9d75ee7b222b8ec1716f47fbb6.tar.gz
gitea-971e2c3bd6a63a9d75ee7b222b8ec1716f47fbb6.zip
Upgrade octicon to 4.3.0
Diffstat (limited to 'modules')
-rw-r--r--modules/template/template.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/template/template.go b/modules/template/template.go
index 7c35449737..5702d1dd39 100644
--- a/modules/template/template.go
+++ b/modules/template/template.go
@@ -241,7 +241,7 @@ func ActionIcon(opType int) string {
case 7: // New pull request
return "git-pull-request"
case 10: // Comment issue
- return "comment"
+ return "comment-discussion"
case 11: // Merge pull request
return "git-merge"
case 12, 14: // Close issue or pull request