diff --git a/app/views/search/_profile.rhtml b/app/views/search/_profile.rhtml index 4ac34da..5c69639 100644 --- a/app/views/search/_profile.rhtml +++ b/app/views/search/_profile.rhtml @@ -1,6 +1,7 @@
  • <% if @empty_query or @results.size > 1 or !profile.enterprise? %> - <%= profile_image_link profile, :portrait, 'div' %> + <%= profile_image_link profile, :portrait, 'div', + @filter == 'more_recent' ? profile.send(@filter + '_label') + show_date(profile.created_at) : profile.send(@filter + '_label') %> <% else %>
    -- libgit2 0.21.2