_compact_profile.html.erb 241 Bytes
<% filter_label = profile.send(@filter + '_label') %>
<% filter_label += show_date(profile.created_at) if @filter == 'more_recent' %>
<li class="search-profile-item">
  <%= profile_image_link profile, :portrait, 'div', filter_label %>
</li>