mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	Merge pull request #1451 from jamesa/fix-owner-tag-on-issues
Add check to see if comments on an issue are by the repo owner
This commit is contained in:
		@@ -69,7 +69,9 @@
 | 
				
			|||||||
                                <a href="{{AppSubUrl}}/{{.Poster.Name}}" class="user">{{.Poster.Name}}</a> commented <span class="time">{{TimeSince .Created $.Lang}}</span>
 | 
					                                <a href="{{AppSubUrl}}/{{.Poster.Name}}" class="user">{{.Poster.Name}}</a> commented <span class="time">{{TimeSince .Created $.Lang}}</span>
 | 
				
			||||||
                                <!-- <a class="issue-comment-del pull-right issue-action" href="#" title="Edit Comment"><i class="fa fa-times-circle"></i></a>
 | 
					                                <!-- <a class="issue-comment-del pull-right issue-action" href="#" title="Edit Comment"><i class="fa fa-times-circle"></i></a>
 | 
				
			||||||
                                <a class="issue-comment-edit pull-right issue-action" href="#" title="Remove Comment" data-url="{remove-link}"><i class="fa fa-edit"></i></a> -->
 | 
					                                <a class="issue-comment-edit pull-right issue-action" href="#" title="Remove Comment" data-url="{remove-link}"><i class="fa fa-edit"></i></a> -->
 | 
				
			||||||
 | 
					                                {{if eq .Poster.Id $.Owner.Id}}
 | 
				
			||||||
                                <span class="role label label-default pull-right">Owner</span>
 | 
					                                <span class="role label label-default pull-right">Owner</span>
 | 
				
			||||||
 | 
					                                {{end}}
 | 
				
			||||||
                            </div>
 | 
					                            </div>
 | 
				
			||||||
                            <div class="panel-body markdown">
 | 
					                            <div class="panel-body markdown">
 | 
				
			||||||
                                {{if len .Content}}
 | 
					                                {{if len .Content}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user