<% current_rating = @resource.current_rating( current_user ) if current_user current_rating_string = ( current_rating ? "You rated this a #{current_rating}" : "Rate this resource" ) instruction = "(Click stars to rate)" else current_rating_string = 'Login to rate resource' instruction = " " end %>

<%= current_rating_string -%>
<%= instruction -%>