Noosfero/noosfero

View on GitHub
app/views/profile_search/index.html.erb

Summary

Maintainability
Test Coverage
<div id='profile-search-results'>
  <h1><%= _("Search on %s's profile") % profile.short_name %></h1>

  <%= render :partial => 'shared/profile_search_form' %>

  <%= render 'results_list' %>

</div>
<%= javascript_include_tag 'search' %>