ref: master
app/views/organizations/_results.html.erb
<% @collection.each do |p| %> <%= _('Profile') %> <%= _('Actions') %> <%= _('Type') %> <%= select_tag(:type, options_for_select(@types_filter, @type)) %> <% end %> <%= link_to_profile p.short_name, p.identifier, :title => p.name %> <%= @types_hash[p.type] %> <%= pagination_links @collection, {:param_name => 'npage', :page_links => true} %>