Backport #29257 Fix #29233 The delete button of time logs won't be shown when the time tracker is disabled.  Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
This commit is contained in:
		
							parent
							
								
									2762921e73
								
							
						
					
					
						commit
						e940443b27
					
				| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
{{if .comment.Time}} {{/* compatibility with time comments made before v1.14 */}}
 | 
			
		||||
{{if and .comment.Time (.ctxData.Repository.IsTimetrackerEnabled ctx)}} {{/* compatibility with time comments made before v1.14 */}}
 | 
			
		||||
	{{if (not .comment.Time.Deleted)}}
 | 
			
		||||
		{{if (or .ctxData.IsAdmin (and .ctxData.IsSigned (eq .ctxData.SignedUserID .comment.PosterID)))}}
 | 
			
		||||
			<span class="gt-float-right">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue