mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 00:17:34 -05:00 
			
		
		
		
	Added br html tag after contact phone number to
improve contact presentation.
This commit is contained in:
		
							parent
							
								
									f5f23c21cf
								
							
						
					
					
						commit
						a44a15bca5
					
				@ -112,7 +112,7 @@
 | 
			
		||||
                    <i class="fa fa-envelope" style="width: 20px"></i>{!! HTML::mailto($contact->email, $contact->email) !!}<br/>
 | 
			
		||||
                @endif
 | 
			
		||||
                @if ($contact->phone)
 | 
			
		||||
                    <i class="fa fa-phone" style="width: 20px"></i>{!! Utils::formatPhoneNumber($contact->phone) !!}
 | 
			
		||||
                    <i class="fa fa-phone" style="width: 20px"></i>{!! Utils::formatPhoneNumber($contact->phone) !!}<br/>
 | 
			
		||||
                @endif		  		
 | 
			
		||||
		  	@endforeach
 | 
			
		||||
		</div>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user