ref: master
plugins/sniffer/views/sniffer_plugin_myprofile/_balloon_header.html.erb
<%= profile_image profile, :minor %><%= link_to_profile profile.name, profile.identifier %><%= @categories.map{|c| link_to_category(c, false) }.to_sentence %><% extend SearchHelper %> <%= city_with_state_for_profile profile %><% @plugins.dispatch(:sniffer_plugin_balloon_header).each do |lambda| %> <%= instance_eval &lambda %> <% end %>