# File app/helpers/proposals_helper.rb, line 52 def link_author_up(auth) return icon_space if auth.first? link_to(icon_up, :action => 'author_up', :id => @proposal, :authorship_id => auth.id) end