<%= link_to plugin.name, plugin_url(plugin) %> <% unless plugin.latest_release == plugin.bleeding_edge %> » <%= link_to plugin.latest_release.name, release_url(plugin, plugin.latest_release)%> <% end %>

Plugin health over time: <% if plugin.test_results.empty? %> No test data available. (<%= link_to "How to submit test data" %>) <% else %> <%= sparkline_tag plugin.releases.collect(&:health), :type => 'smooth', :height => 20, :upper => 90, :step => 10, :below_color => 'black', :line_color => '#999', :has_min => true, :has_max => true, :has_last => true %> <% end %>

<% if compact %> <% unless plugin.summary.nil? %>
<%= simple_format plugin.summary %>
<% end %> <% else %> <%= render :partial => 'releases/release_info', :object => plugin.latest_release, :locals => {:show_health => false} %> <% end %> <% unless compact %> <% end %>