Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 4605 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4605 Rev 4647
Línea 23... Línea 23...
23
	<div class="suggestion-usd">
23
	<div class="suggestion-usd">
24
		<img style="width: 50px; height: auto" src="<?php echo $this->url('storage', ['type' => 'group', 'code' => $item['uuid'], 'filename' => $item['image']])?>" alt="">
24
		<img style="width: 50px; height: auto" src="<?php echo $this->url('storage', ['type' => 'group', 'code' => $item['uuid'], 'filename' => $item['image']])?>" alt="">
25
		<div class="sgt-text">
25
		<div class="sgt-text">
26
			<h4><?php echo $item['name'] ?></h4>
26
			<h4><?php echo $item['name'] ?></h4>
27
		</div>
27
		</div>
28
		<span><a href="<?php echo $this->url('high-performance-teams/view', ['id' => $item['uuid'] ])?>"><i class="la la-external-link"></i></a></span>
28
		<span><a href="<?php echo $this->url('profile', ['id' => $item['uuid'] ])?>"><i class="la la-external-link"></i></a></span>
29
	</div>
29
	</div>
30
	<?php endforeach; ?>	
30
	<?php endforeach; ?>	
31
</div>
31
</div>