mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	fix bug when a read perm user to edit his issue (#5516)
This commit is contained in:
		
				
					committed by
					
						
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							af6bce3ad5
						
					
				
				
					commit
					f0374ad1ad
				
			@@ -51,8 +51,6 @@
 | 
			
		||||
{{end}}
 | 
			
		||||
{{if .RequireTribute}}
 | 
			
		||||
	<script src="{{AppSubUrl}}/vendor/plugins/tribute/tribute.min.js"></script>
 | 
			
		||||
 | 
			
		||||
	{{if .Assignees}}
 | 
			
		||||
	<script>
 | 
			
		||||
		var issuesTribute = new Tribute({
 | 
			
		||||
			values: [
 | 
			
		||||
@@ -73,7 +71,6 @@
 | 
			
		||||
		})
 | 
			
		||||
		issuesTribute.attach(document.getElementById('content'))
 | 
			
		||||
	</script>
 | 
			
		||||
	{{end}}
 | 
			
		||||
	<script>
 | 
			
		||||
		var emojiTribute = new Tribute({
 | 
			
		||||
			collection: [{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user