|  | @@ -63,7 +63,7 @@
 | 
	
		
			
			| 63 | 63 |                  ${ICON.FA_FW('{} fa-3x t-less-visible pull-left'.format(item.type.icon))}
 | 
	
		
			
			| 64 | 64 |                  <div style="margin-left: 5em;">
 | 
	
		
			
			| 65 | 65 |                      <h4>
 | 
	
		
			
			| 66 |  | -                        <a href="${item.breadcrumb[-1].url}">${TIM.ICO(16, item.icon)} ${item.label}</a>
 | 
	
		
			
			|  | 66 | +                        <a href="${item.breadcrumb[-1].url}">${TIM.FA(item.icon)} ${item.label}</a>
 | 
	
		
			
			| 67 | 67 |                           <small class="pull-right ${item.status.css}">
 | 
	
		
			
			| 68 | 68 |                               ${item.status.label}
 | 
	
		
			
			| 69 | 69 |                               ${ICON.FA_FW('{} {}'.format(item.status.icon, item.status.css))}
 |