# File app/helpers/proposals_helper.rb, line 58 def link_author_down(auth) return icon_space if auth.last? link_to(icon_down, :action => 'author_down', :id => @proposal, :authorship_id => auth.id) end