|  | @@ -14,6 +14,9 @@ template(name="boardActivities")
 | 
	
		
			
				|  |  |        p.activity-desc
 | 
	
		
			
				|  |  |          +memberName(user=user)
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +        if($eq activityType 'deleteAttachment')
 | 
	
		
			
				|  |  | +          | {{{_ 'activity-delete-attach' cardLink}}}.
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |          if($eq activityType 'addAttachment')
 | 
	
		
			
				|  |  |            | {{{_ 'activity-attached' attachmentLink cardLink}}}.
 | 
	
		
			
				|  |  |  
 | 
	
	
		
			
				|  | @@ -134,6 +137,8 @@ template(name="cardActivities")
 | 
	
		
			
				|  |  |            | {{{_ 'activity-attached' attachmentLink cardLabel}}}.
 | 
	
		
			
				|  |  |            if attachment.isImage
 | 
	
		
			
				|  |  |              img.attachment-image-preview(src=attachment.url)
 | 
	
		
			
				|  |  | +        if($eq activityType 'deleteAttachment')
 | 
	
		
			
				|  |  | +          | {{{_ 'activity-attached' attachmentLink cardLabel}}}.
 | 
	
		
			
				|  |  |          if($eq activityType 'addChecklist')
 | 
	
		
			
				|  |  |            | {{{_ 'activity-checklist-added' cardLabel}}}.
 | 
	
		
			
				|  |  |            .activity-checklist
 |