More overlooks

此提交包含在:
Sandro Santilli
2016-11-07 17:35:34 +01:00
父節點 f14232d2e9
當前提交 64196d4036
共有 2 個檔案被更改,包括 10 行新增10 行删除
+1 -1
查看文件
@@ -612,7 +612,7 @@ func ViewIssue(ctx *context.Context) {
if repo.IsOwnedBy(comment.PosterID) ||
(repo.Owner.IsOrganization() && repo.Owner.IsOwnedBy(comment.PosterID)) {
comment.ShowTag = models.COMMENT_TAG_OWNER
comment.ShowTag = models.CommentTagOwner
} else if comment.Poster.IsWriterOfRepo(repo) {
comment.ShowTag = models.CommentTagWriter
} else if comment.PosterID == issue.PosterID {