mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 12:53:43 +01:00 
			
		
		
		
	Add labels to two buttons that were missing them (#20419)
This commit is contained in:
		
							parent
							
								
									305372efe3
								
							
						
					
					
						commit
						a701fd35cf
					
				@ -114,7 +114,7 @@
 | 
			
		||||
				</div>
 | 
			
		||||
			</div>
 | 
			
		||||
 | 
			
		||||
			<a href="{{AppSubUrl}}/notifications" class="item tooltip not-mobile" data-content='{{.locale.Tr "notifications"}}'>
 | 
			
		||||
			<a href="{{AppSubUrl}}/notifications" class="item tooltip not-mobile" data-content="{{.locale.Tr "notifications"}}" aria-label="{{.locale.Tr "notifications"}}">
 | 
			
		||||
				<span class="text">
 | 
			
		||||
					<span class="fitted">{{svg "octicon-bell"}}</span>
 | 
			
		||||
					<span class="ui red label {{if not $notificationUnreadCount}}hidden{{end}} notification_count">
 | 
			
		||||
 | 
			
		||||
@ -19,6 +19,6 @@
 | 
			
		||||
		document.getElementById('repo-clone-url').value = btn ? btn.getAttribute('data-link') : '';
 | 
			
		||||
	})();
 | 
			
		||||
</script>
 | 
			
		||||
<button class="ui basic icon button tooltip" id="clipboard-btn" data-content="{{.locale.Tr "copy_url"}}" data-clipboard-target="#repo-clone-url">
 | 
			
		||||
<button class="ui basic icon button tooltip" id="clipboard-btn" data-content="{{.locale.Tr "copy_url"}}" data-clipboard-target="#repo-clone-url" aria-label="{{.locale.Tr "copy_url"}}">
 | 
			
		||||
	{{svg "octicon-paste"}}
 | 
			
		||||
</button>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user