<%=h @resource.name %>

<%= @resource.orgs.collect {|org| link_to h(org.name), :controller => 'org', :action => 'show', :id => org}.join(', ') %>

<%=h @resource.byline %>


You have rated this resource a <%= @rating.score -%> out of 5.

<%= link_to 'Return to resource page', :controller => 'resource', :action => 'show', :id => @resource %>