mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 11:41:32 +01:00 
			
		
		
		
	
							parent
							
								
									185c5ae2c4
								
							
						
					
					
						commit
						8d0e331c0a
					
				| @ -527,18 +527,15 @@ | ||||
| 			{{ if and .IsRepoAdmin (not .Repository.IsArchived) }} | ||||
| 			<div class="ui divider"></div> | ||||
| 			<div class="ui watching"> | ||||
| 				<div> | ||||
| 					<button class="fluid ui show-modal button {{if .Issue.IsLocked }} negative {{ end }}" data-modal="#lock"> | ||||
| 							{{if .Issue.IsLocked}} | ||||
| 								{{svg "octicon-key"}} | ||||
| 								{{.i18n.Tr "repo.issues.unlock"}} | ||||
| 							{{else}} | ||||
| 								{{svg "octicon-lock"}} | ||||
| 								{{.i18n.Tr "repo.issues.lock"}} | ||||
| 							{{end}} | ||||
| 						</button> | ||||
| 					</form> | ||||
| 				</div> | ||||
| 				<button class="fluid ui show-modal button {{if .Issue.IsLocked }} negative {{ end }}" data-modal="#lock"> | ||||
| 					{{if .Issue.IsLocked}} | ||||
| 						{{svg "octicon-key"}} | ||||
| 						{{.i18n.Tr "repo.issues.unlock"}} | ||||
| 					{{else}} | ||||
| 						{{svg "octicon-lock"}} | ||||
| 						{{.i18n.Tr "repo.issues.lock"}} | ||||
| 					{{end}} | ||||
| 				</button> | ||||
| 			</div> | ||||
| 
 | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user