index.html.erb 250 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 <div id='profile-search-results'> <h1><%= _("Search on %s's profile") % profile.short_name %></h1> <%= render :partial => 'shared/profile_search_form' %> <%= render :partial => 'results-list' %> </div> <%= javascript_include_tag 'search' %>