mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	introduced by #5073 Co-authored-by: KN4CK3R <KN4CK3R@users.noreply.github.com>
This commit is contained in:
		@@ -518,7 +518,6 @@
 | 
			
		||||
			{{ 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"}}
 | 
			
		||||
@@ -528,8 +527,6 @@
 | 
			
		||||
						{{.i18n.Tr "repo.issues.lock"}}
 | 
			
		||||
					{{end}}
 | 
			
		||||
				</button>
 | 
			
		||||
					</form>
 | 
			
		||||
				</div>
 | 
			
		||||
			</div>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user