president/templates/search/customer.html.ep

3 lines
148 B
Plaintext
Executable File

<% foreach my $cx ( @{$results} ) { %>
<div class="hover cx_result" cx="<%= $cx->{'uuid'} %>"><%= &subs::format_name($cx->{'app'}) %></div>
<% } %>